2 references to CustomKeyboard
Microsoft.Maui (2)
Primitives\Keyboard.cs (2)
41
public static Keyboard Plain => s_plain ??= new
CustomKeyboard
(KeyboardFlags.None);
101
return new
CustomKeyboard
(flags);