1 write to _isPlatformEnabled
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1010
_isPlatformEnabled
= value;
2 references to _isPlatformEnabled
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1004
get { return
_isPlatformEnabled
; }
1007
if (value ==
_isPlatformEnabled
)