2 writes to StartingContentOffset
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
503
StartingContentOffset
= new CGPoint(0, 0);
512
StartingContentOffset
= superScrollView.ContentOffset;
3 references to StartingContentOffset
Microsoft.Maui (3)
Platform\iOS\KeyboardAutoManagerScroll.cs (3)
489
if (!LastScrollView.ContentOffset.Equals(
StartingContentOffset
))
493
LastScrollView.SetContentOffset(
StartingContentOffset
, UIView.AnimationsEnabled);
497
LastScrollView.ContentOffset =
StartingContentOffset
;