2 writes to ScrolledView
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
634 ScrolledView = superScrollView; 939 ScrolledView = null;
5 references to ScrolledView
Microsoft.Maui (5)
Platform\iOS\KeyboardAutoManagerScroll.cs (5)
698 ApplyContentInset(ScrolledView, LastScrollView, true, false); 700 if (ScrolledView != View && View is UITextView textView) 929 if (ScrolledView is not null && ScrolledView.ContentInset != UIEdgeInsets.Zero) 931 UIView.Animate(AnimationDuration, 0, UIViewAnimationOptions.CurveEaseOut, () => AnimateInset(ScrolledView, UIEdgeInsets.Zero, 0), () => { });