1 instantiation of MauiPageControl
Microsoft.Maui (1)
Handlers\IndicatorView\IndicatorViewHandler.iOS.cs (1)
8
protected override MauiPageControl CreatePlatformView() => new
MauiPageControl
();
10 references to MauiPageControl
Microsoft.Maui (10)
Handlers\IndicatorView\IIndicatorViewHandler.cs (2)
2
using PlatformView = Microsoft.Maui.Platform.
MauiPageControl
;
18
new
PlatformView
PlatformView { get; }
Handlers\IndicatorView\IndicatorViewHandler.cs (2)
3
using PlatformView = Microsoft.Maui.Platform.
MauiPageControl
;
51
PlatformView
IIndicatorViewHandler.PlatformView => PlatformView;
Handlers\IndicatorView\IndicatorViewHandler.iOS.cs (4)
6
public partial class IndicatorViewHandler : ViewHandler<IIndicatorView,
MauiPageControl
>
8
protected override
MauiPageControl
CreatePlatformView() => new MauiPageControl();
10
protected override void ConnectHandler(
MauiPageControl
platformView)
19
protected override void DisconnectHandler(
MauiPageControl
platformView)
Platform\iOS\UIPageControlExtensions.cs (2)
12
public static void UpdateIndicatorShape(this
MauiPageControl
pageControl, IIndicatorView indicatorView)
19
public static void UpdateIndicatorSize(this
MauiPageControl
pageControl, IIndicatorView indicatorView)