2 writes to IsKeyboardShowing
Microsoft.Maui (2)
Platform\iOS\KeyboardAutoManagerScroll.cs (2)
173
IsKeyboardShowing
= true;
197
IsKeyboardShowing
= false;
6 references to IsKeyboardShowing
Microsoft.Maui (6)
Platform\iOS\KeyboardAutoManagerScroll.cs (6)
171
if (!
IsKeyboardShowing
)
176
else if (oldKeyboardFrame != KeyboardFrame &&
IsKeyboardShowing
)
192
if (
IsKeyboardShowing
)
308
if (
IsKeyboardShowing
)
443
if (View is UITextView &&
IsKeyboardShowing
&& cursorRect.Bottom >= viewRectInWindow.GetMaxY())
450
else if (View is UITextView &&
IsKeyboardShowing
&& cursorRect.Y < viewRectInWindow.GetMinY())