1 instantiation of PasswordKeyboard
Microsoft.Maui (1)
Primitives\Keyboard.cs (1)
86
public static Keyboard Password => s_password ??= new
PasswordKeyboard
();
1 reference to PasswordKeyboard
Microsoft.Maui (1)
Primitives\Keyboard.cs (1)
84
/// Gets an instance of type <see cref="
PasswordKeyboard
"/>.