3 writes to View
Microsoft.Maui (3)
Platform\iOS\KeyboardAutoManagerScroll.cs (3)
118
View
= notification.Object as UIView;
198
View
= null;
940
View
= null;
32 references to View
Microsoft.Maui (32)
Platform\iOS\KeyboardAutoManagerScroll.cs (32)
120
if (
View
is null ||
View
.FindResponder<UIAlertController>() is not null)
128
ContainerView =
View
.GetContainerView();
136
var textInput =
View
as IUITextInput;
146
var cursorInContainer = ContainerView.ConvertRectFromView(local,
View
);
251
if (
View
?.Superview is UIStackView)
313
if (
View
?.InputAccessoryView is not null)
332
|| (
View
is not UITextField &&
View
is not UITextView)
333
|| !
View
.IsDescendantOfView(ContainerView))
359
if (
View
.FindResponder<UINavigationController>() is UINavigationController navigationController)
361
if (
View
.IsDescendantOfView(navigationController.NavigationBar))
392
var viewRectInContainer = ContainerView.ConvertRectFromView(
View
.Frame,
View
.Superview);
398
cursorRect.Height =
View
.Bounds.Height;
416
var superView =
View
.FindResponder<UIScrollView>() ??
View
as UIScrollView;
443
if (
View
is UITextView && IsKeyboardShowing && cursorRect.Bottom >= viewRectInWindow.GetMaxY())
450
else if (
View
is UITextView && IsKeyboardShowing && cursorRect.Y < viewRectInWindow.GetMinY())
491
if (
View
.FindResponder<UIStackView>() is UIStackView)
521
var lastView =
View
;
551
if (shouldContinue &&
View
?.FindResponder<UITableViewCell>() is UITableViewCell tableCell
568
if (shouldContinue &&
View
?.FindResponder<UICollectionViewCell>() is UICollectionViewCell collectionCell
608
var navController =
View
?.FindResponder<UINavigationController>();
636
if (
View
?.FindResponder<UIStackView>() is not null)
691
if (superScrollView !=
View
&&
View
is UITextView textView)
700
if (ScrolledView !=
View
&&
View
is UITextView textView)
934
if (
View
is not null &&
View
is UIScrollView editorScrollView && editorScrollView.ContentInset != UIEdgeInsets.Zero &&
View
is UITextView textView)