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);
2 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>