3 references to KeyboardProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
106 else if (e.Is(SearchHandler.KeyboardProperty))
Shell\SearchHandler.cs (2)
103 get { return (Keyboard)GetValue(KeyboardProperty); } 104 set { SetValue(KeyboardProperty, value); }