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