27 references to Is
Microsoft.Maui.Controls (6)
NavigationPage\NavigationPageToolbar.cs (1)
62 else if (_currentPage != sender && sender == _currentNavigationPage && e.Is(NavigationPage.CurrentPageProperty))
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))
Microsoft.Maui.Controls.Compatibility (21)
iOS\CollectionView\CarouselViewController.cs (3)
299 if (changedProperty.Is(CarouselView.PositionProperty)) 301 else if (changedProperty.Is(CarouselView.CurrentItemProperty)) 303 else if (changedProperty.Is(CarouselView.LoopProperty))
iOS\CollectionView\CarouselViewRenderer.cs (3)
48 if (changedProperty.Is(CarouselView.PeekAreaInsetsProperty)) 53 else if (changedProperty.Is(CarouselView.IsSwipeEnabledProperty)) 55 else if (changedProperty.Is(CarouselView.IsBounceEnabledProperty))
iOS\CollectionView\GroupableItemsViewRenderer.cs (1)
22 if (changedProperty.Is(GroupableItemsView.IsGroupedProperty))
iOS\CollectionView\ItemsViewRenderer.cs (7)
48 if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.ItemsSourceProperty)) 52 else if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.ItemTemplateProperty)) 61 else if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.HorizontalScrollBarVisibilityProperty)) 65 else if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.VerticalScrollBarVisibilityProperty)) 69 else if (changedProperty.Is(Microsoft.Maui.Controls.ItemsView.ItemsUpdatingScrollModeProperty)) 73 else if (changedProperty.Is(VisualElement.FlowDirectionProperty)) 77 else if (changedProperty.Is(VisualElement.IsVisibleProperty))
iOS\CollectionView\SelectableItemsViewRenderer.cs (1)
27 else if (changedProperty.Is(SelectableItemsView.SelectionModeProperty))
iOS\CollectionView\StructuredItemsViewRenderer.cs (2)
30 else if (changedProperty.Is(StructuredItemsView.ItemsLayoutProperty)) 34 else if (changedProperty.Is(StructuredItemsView.ItemSizingStrategyProperty))
iOS\Renderers\CheckBoxRendererBase.cs (1)
152 if (e.Is(CheckBox.ColorProperty))
iOS\Renderers\IndicatorViewRenderer.cs (2)
95 else if (e.Is(PositionProperty)) 97 else if (e.Is(MaximumVisibleProperty))
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
457 else if (e.Is(Microsoft.Maui.Controls.FlyoutPage.FlyoutLayoutBehaviorProperty))