Implemented interface member:
property
PlatformView
Microsoft.Maui.IElementHandler.PlatformView
4 writes to PlatformView
Microsoft.Maui (4)
Handlers\Element\ElementHandler.cs (2)
50
PlatformView
??= CreatePlatformElement();
129
PlatformView
= null;
Handlers\Element\ElementHandlerOfT.cs (1)
22
private set => base.
PlatformView
= value;
Handlers\View\ViewHandler.cs (1)
163
private protected set => base.
PlatformView
= value;
6 references to PlatformView
Microsoft.Maui (6)
Handlers\Element\ElementHandler.cs (3)
64
ConnectHandler(
PlatformView
);
123
if (
PlatformView
!= null && VirtualView != null)
128
var oldPlatformView =
PlatformView
;
Handlers\Element\ElementHandlerOfT.cs (2)
21
get => (TPlatformView?)base.
PlatformView
?? throw new InvalidOperationException($"PlatformView cannot be null here");
33
object? IElementHandler.PlatformView => base.
PlatformView
;
Handlers\View\ViewHandler.cs (1)
162
get => (PlatformView?)base.
PlatformView
;