1 write to _isPlatformEnabled
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1014
_isPlatformEnabled
= value;
2 references to _isPlatformEnabled
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1008
get { return
_isPlatformEnabled
; }
1011
if (value ==
_isPlatformEnabled
)