3 references to Telephone
Microsoft.Maui (2)
Converters\KeyboardTypeConverter.cs (2)
59 if (keyboard == Keyboard.Telephone) 60 return nameof(Keyboard.Telephone);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SearchBarRenderer.cs (1)
421 if (DeviceInfo.Idiom == DeviceIdiom.Phone && (keyboard == Keyboard.Numeric || keyboard == Keyboard.Telephone))