Implemented interface member:
property
IsPlatformEnabled
Microsoft.Maui.Controls.IVisualElementController.IsPlatformEnabled
3 writes to IsPlatformEnabled
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1809
IsPlatformEnabled
= Handler != null;
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Platform.cs (1)
23
view.
IsPlatformEnabled
= newvalue != null;
Tizen\Renderers\VisualElementRenderer.cs (1)
194
newElement.
IsPlatformEnabled
= true;
19 references to IsPlatformEnabled
Microsoft.Maui.Controls (18)
LegacyLayouts\FlexLayout.cs (2)
249
if (
IsPlatformEnabled
&& _root == null)
251
else if (!
IsPlatformEnabled
&& _root != null)
LegacyLayouts\Layout.cs (2)
551
if (LogicalChildrenInternal[index] is VisualElement v && v.IsVisible && (!v.
IsPlatformEnabled
|| !v.IsPlatformStateConsistent))
696
if (!visual.
IsPlatformEnabled
|| !visual.IsPlatformStateConsistent)
ListView\ListView.cs (3)
393
if (
IsPlatformEnabled
)
408
if (
IsPlatformEnabled
)
605
if (
IsPlatformEnabled
&& _pendingScroll != null)
Page\Page.cs (8)
296
if (
IsPlatformEnabled
)
342
if (
IsPlatformEnabled
)
368
if (
IsPlatformEnabled
)
614
if (page != null && page.IsVisible && (!page.
IsPlatformEnabled
|| !page.IsPlatformStateConsistent))
623
if (v != null && v.IsVisible && (!v.
IsPlatformEnabled
|| !v.IsPlatformStateConsistent))
680
if (
IsPlatformEnabled
)
802
return container.CurrentPage.
IsPlatformEnabled
&& container.CurrentPage.IsPlatformStateConsistent;
810
if (v != null && (!v.
IsPlatformEnabled
|| !v.IsPlatformStateConsistent))
Shell\ShellSection.cs (1)
677
if (child is IShellContentController sc && (sc.Page?.
IsPlatformEnabled
== true))
VisualElement\VisualElement.cs (2)
989
if (value &&
IsPlatformEnabled
)
1311
if (!
IsPlatformEnabled
)
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
272
if (
IsPlatformEnabled
)