<ctrls:EvalExpression
x:Name="ExpressionEvaluator"
Context="{BindingSelf}"
Expression="Context.Values["LK_OFFLINE"]!=null || Context.Values["GUIDREF"]!=null" />
<TextBlock Foreground="White" Visibility="{Binding ElementName=ExpressionEvaluator, Path=Result, Converter={StaticResource BoolToVisConverter}}" />
The TextBlock should be visibile as long as at least one of the context object's two named properties has a value.
[[Category:Pages with broken file links|EvalExpression]]
==== Simple Calculation ====