1 write to _property
Microsoft.Maui.Controls (1)
Interactivity\PropertyCondition.cs (1)
35
_property
= value;
4 references to _property
Microsoft.Maui.Controls (4)
Interactivity\PropertyCondition.cs (4)
28
get { return
_property
; }
31
if (
_property
== value)
38
if (
_property
!= null && s_valueConverter != null)
68
if (
_property
!= null && s_valueConverter != null)