2 instantiations of CustomKeyboard
Microsoft.Maui (2)
Primitives\Keyboard.cs (2)
41
public static Keyboard Plain => s_plain ??= new
CustomKeyboard
(KeyboardFlags.None);
101
return new
CustomKeyboard
(flags);
5 references to CustomKeyboard
Microsoft.Maui (2)
Primitives\Keyboard.cs (2)
39
/// Returns a new <see cref="
CustomKeyboard
"/> with <see cref="KeyboardFlags.None"/>.
98
/// <returns>A new <see cref="
CustomKeyboard
"/> instance with the specified <see cref="KeyboardFlags" />.</returns>
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\EditorRenderer.cs (1)
323
if (!(keyboard is
CustomKeyboard
))
iOS\Renderers\EntryRenderer.cs (1)
313
if (!(keyboard is
CustomKeyboard
))
iOS\Renderers\SearchBarRenderer.cs (1)
409
if (!(keyboard is
CustomKeyboard
))