7 references to KeyboardAutoManagerScroll
Microsoft.Maui (6)
Hosting\LifecycleEvents\AppHostBuilderExtensions.iOS.cs (3)
22
if (!
KeyboardAutoManagerScroll
.ShouldDisconnectLifecycle)
23
KeyboardAutoManagerScroll
.Connect();
29
KeyboardAutoManagerScroll
.Disconnect();
Platform\iOS\MauiScrollView.cs (1)
107
if (!
KeyboardAutoManagerScroll
.IsKeyboardAutoScrollHandling)
Platform\iOS\MauiView.cs (2)
36
if (
KeyboardAutoManagerScroll
.ShouldIgnoreSafeAreaAdjustment)
38
KeyboardAutoManagerScroll
.ShouldScrollAgain = true;
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\MauiCollectionView.cs (1)
17
if (!
KeyboardAutoManagerScroll
.IsKeyboardAutoScrollHandling)