2 overrides of OnConnectHandler
Microsoft.Maui (2)
Handlers\Element\ElementHandlerOfT.cs (1)
48 private protected override void OnConnectHandler(object platformView) =>
Handlers\View\ViewHandlerOfT.cs (1)
75 private protected override void OnConnectHandler(PlatformView platformView) =>
1 reference to OnConnectHandler
Microsoft.Maui (1)
Handlers\Element\ElementHandler.cs (1)
106 OnConnectHandler(platformView);