5 writes to View
Microsoft.Maui (5)
Handlers\Border\BorderHandler.iOS.cs (1)
37 PlatformView.View = VirtualView;
Handlers\ContentView\ContentViewHandler.iOS.cs (1)
25 PlatformView.View = view;
Handlers\Layout\LayoutHandler.iOS.cs (1)
31 PlatformView.View = view;
Handlers\RadioButton\RadioButtonHandler.iOS.cs (1)
21 PlatformView.View = view;
Handlers\RefreshView\RefreshViewHandler.iOS.cs (1)
29 PlatformView.View = view;
4 references to View
Microsoft.Maui (4)
Platform\iOS\MauiView.cs (3)
41 if (View is not ISafeAreaView sav || sav.IgnoreSafeArea || !RespondsToSafeArea()) 74 if (View is ISafeAreaView2 isav2) 173 if (View is IVisualTreeElement viewElement &&
Platform\iOS\StrokeExtensions.cs (1)
129 if (platformView is ContentView { View: null } && !initialRender)