22 references to Is
Microsoft.Maui.Controls (22)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (7)
82 if (e.Is(SearchHandler.BackgroundColorProperty)) 86 else if (e.Is(SearchHandler.TextColorProperty)) 90 else if (e.Is(SearchHandler.TextTransformProperty)) 102 else if (e.Is(SearchHandler.CancelButtonColorProperty)) 106 else if (e.Is(SearchHandler.KeyboardProperty)) 110 else if (e.Is(SearchHandler.HorizontalTextAlignmentProperty)) 114 else if (e.Is(SearchHandler.VerticalTextAlignmentProperty))
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
56 else if (e.Is(VisualElement.FlowDirectionProperty))
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
357 if (e.Is(Shell.FlyoutHeaderBehaviorProperty)) 362 else if (e.Is(Shell.FlyoutVerticalScrollModeProperty))
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (3)
90 if (e.Is(VisualElement.FlowDirectionProperty)) 92 else if (e.Is(Shell.FlyoutIconProperty)) 618 else if (e.Is(SearchHandler.AutomationIdProperty))
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
294 if (e.Is(VisualElement.FlowDirectionProperty))
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
311 if (e.Is(VisualElement.FlowDirectionProperty))
NavigationPage\NavigationPageToolbar.cs (1)
62 else if (_currentPage != sender && sender == _currentNavigationPage && e.Is(NavigationPage.CurrentPageProperty))
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
731 if (e.Is(TapGestureRecognizer.ButtonsProperty))
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
51 if (args.Is(Window.PageProperty))
SemanticProperties.cs (1)
81 if (args.Is(bp))
Shell\Shell.cs (1)
1612 if (e.Is(Shell.TabBarIsVisibleProperty))
ShellToolbar.cs (2)
41 else if (p.Is(Shell.TitleProperty)) 151 if (e.Is(Page.TitleProperty))