1 implementation of PlatformView
Microsoft.Maui (1)
Handlers\Border\BorderHandler.cs (1)
65 PlatformView IBorderHandler.PlatformView => PlatformView;
12 references to PlatformView
Microsoft.Maui (12)
Handlers\Border\BorderHandler.cs (9)
86 ((PlatformView?)handler.PlatformView)?.UpdateBackground(border); 96 ((PlatformView?)handler.PlatformView)?.UpdateStrokeShape(border); 107 ((PlatformView?)handler.PlatformView)?.UpdateStroke(border); 118 ((PlatformView?)handler.PlatformView)?.UpdateStrokeThickness(border); 129 ((PlatformView?)handler.PlatformView)?.UpdateStrokeLineCap(border); 139 ((PlatformView?)handler.PlatformView)?.UpdateStrokeLineJoin(border); 149 ((PlatformView?)handler.PlatformView)?.UpdateStrokeDashPattern(border); 159 ((PlatformView?)handler.PlatformView)?.UpdateStrokeDashOffset(border); 169 ((PlatformView?)handler.PlatformView)?.UpdateStrokeMiterLimit(border);
Handlers\Border\BorderHandler.Tizen.cs (3)
42 _ = handler.PlatformView ?? throw new InvalidOperationException($"{nameof(PlatformView)} should have been set by base class."); 46 handler.PlatformView.Children.Clear(); 55 handler.PlatformView.Children.Add(view.ToPlatform(handler.MauiContext));