2 writes to IsAttached
Microsoft.Maui.Controls (2)
Effect.cs (2)
66
IsAttached
= true;
75
IsAttached
= false;
5 references to IsAttached
Microsoft.Maui.Controls (5)
Effect.cs (3)
56
if (
IsAttached
)
63
if (
IsAttached
)
72
if (!
IsAttached
)
Element\Element.cs (1)
827
if (effect.
IsAttached
)
PlatformEffect.cs (1)
26
if (
IsAttached
)