1 implementation of PlatformView
Microsoft.Maui (1)
Handlers\Border\BorderHandler.cs (1)
65 PlatformView IBorderHandler.PlatformView => PlatformView;
9 references to PlatformView
Microsoft.Maui (9)
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);