1 write to _isPlatformEnabled
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1047 _isPlatformEnabled = value;
2 references to _isPlatformEnabled
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1041 get { return _isPlatformEnabled; } 1044 if (value == _isPlatformEnabled)