4 writes to StartingContentInsets
Microsoft.Maui (4)
Platform\iOS\KeyboardAutoManagerScroll.cs (4)
201
StartingContentInsets
= new UIEdgeInsets();
203
StartingContentInsets
= new UIEdgeInsets();
501
StartingContentInsets
= new UIEdgeInsets();
511
StartingContentInsets
= superScrollView.ContentInset;
5 references to StartingContentInsets
Microsoft.Maui (5)
Platform\iOS\KeyboardAutoManagerScroll.cs (5)
233
if (LastScrollView is not null && LastScrollView.ContentInset !=
StartingContentInsets
)
235
LastScrollView.ContentInset =
StartingContentInsets
;
484
if (LastScrollView.ContentInset !=
StartingContentInsets
)
771
LastScrollView.ContentInset =
StartingContentInsets
;
808
bottomInset = nfloat.Max(
StartingContentInsets
.Bottom, bottomInset);