3 writes to StartingScrollIndicatorInsets
Microsoft.Maui (3)
Platform\iOS\KeyboardAutoManagerScroll.cs (3)
202 StartingScrollIndicatorInsets = new UIEdgeInsets(); 502 StartingScrollIndicatorInsets = new UIEdgeInsets(); 514 StartingScrollIndicatorInsets = OperatingSystem.IsIOSVersionAtLeast(11, 1) ?
3 references to StartingScrollIndicatorInsets
Microsoft.Maui (3)
Platform\iOS\KeyboardAutoManagerScroll.cs (3)
236 LastScrollView.ScrollIndicatorInsets = StartingScrollIndicatorInsets; 772 LastScrollView.ScrollIndicatorInsets = StartingScrollIndicatorInsets; 809 bottomScrollIndicatorInset = nfloat.Max(StartingScrollIndicatorInsets.Bottom, bottomScrollIndicatorInset);