1 write to Value
Microsoft.Maui.Controls (1)
Interactivity\DataTrigger.cs (1)
50
((BindingCondition)Condition).
Value
= value;
5 references to Value
Microsoft.Maui.Controls (5)
Interactivity\BindingCondition.cs (3)
71
if ((other ==
Value
) || (other != null && other.Equals(
Value
)))
76
converted = s_valueConverter.Convert(
Value
, other != null ? other.GetType() : typeof(object), null, null);
Interactivity\DataTrigger.cs (2)
42
get { return ((BindingCondition)Condition).
Value
; }
45
if (((BindingCondition)Condition).
Value
== value)