1 write to _property
Microsoft.Maui.Controls (1)
Interactivity\PropertyCondition.cs (1)
33 _property = value;
4 references to _property
Microsoft.Maui.Controls (4)
Interactivity\PropertyCondition.cs (4)
26 get { return _property; } 29 if (_property == value) 36 if (_property != null && s_valueConverter != null) 66 if (_property != null && s_valueConverter != null)