6 writes to Element
Microsoft.Maui.Controls (6)
Effect.cs (1)
58 Element = null;
Element\Element.cs (5)
835 effectToRegister.Element = this; 1045 re.Element = this; 1046 re.Inner.Element = this; 1054 platformEffect.Element = this; 1059 effect.Element = this;
3 references to Element
Microsoft.Maui.Controls (3)
Platform\PlatformEffect.cs (3)
21 _ = Element ?? throw new InvalidOperationException("Element cannot be null here"); 22 Control = (PlatformView)Element.Handler.PlatformView; 24 if (Element.Handler is IViewHandler vh)