1 write to _conditionChanged
Microsoft.Maui.Controls (1)
Interactivity\Condition.cs (1)
26
_conditionChanged
= value;
3 references to _conditionChanged
Microsoft.Maui.Controls (3)
Interactivity\Condition.cs (3)
19
get { return
_conditionChanged
; }
22
if (
_conditionChanged
== value)
24
if (
_conditionChanged
!= null)