64 references to PropertyMapper
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebViewHandler.cs (1)
24 public static PropertyMapper<IBlazorWebView, BlazorWebViewHandler> BlazorWebViewMapper = new(ViewMapper)
Microsoft.Maui (46)
Handlers\ActivityIndicator\ActivityIndicatorHandler.cs (1)
21 public static IPropertyMapper<IActivityIndicator, IActivityIndicatorHandler> Mapper = new PropertyMapper<IActivityIndicator, IActivityIndicatorHandler>(ViewHandler.ViewMapper)
Handlers\Application\ApplicationHandler.cs (1)
25 public static IPropertyMapper<IApplication, ApplicationHandler> Mapper = new PropertyMapper<IApplication, ApplicationHandler>(ElementMapper)
Handlers\Border\BorderHandler.cs (1)
24 public static IPropertyMapper<IBorderView, IBorderHandler> Mapper = new PropertyMapper<IBorderView, IBorderHandler>(ViewMapper)
Handlers\Button\ButtonHandler.cs (1)
36 public static IPropertyMapper<IButton, IButtonHandler> Mapper = new PropertyMapper<IButton, IButtonHandler>(TextButtonMapper, ImageButtonMapper, ViewHandler.ViewMapper)
Handlers\CheckBox\CheckBoxHandler.cs (1)
22 public static IPropertyMapper<ICheckBox, ICheckBoxHandler> Mapper = new PropertyMapper<ICheckBox, ICheckBoxHandler>(ViewHandler.ViewMapper)
Handlers\ContentView\ContentViewHandler.cs (1)
23 new PropertyMapper<IContentView, IContentViewHandler>(ViewMapper)
Handlers\DatePicker\DatePickerHandler.cs (1)
23 public static IPropertyMapper<IDatePicker, IDatePickerHandler> Mapper = new PropertyMapper<IDatePicker, IDatePickerHandler>(ViewHandler.ViewMapper)
Handlers\Editor\EditorHandler.cs (1)
18 public static IPropertyMapper<IEditor, IEditorHandler> Mapper = new PropertyMapper<IEditor, IEditorHandler>(ViewHandler.ViewMapper)
Handlers\Entry\EntryHandler.cs (1)
20 public static IPropertyMapper<IEntry, IEntryHandler> Mapper = new PropertyMapper<IEntry, IEntryHandler>(ViewHandler.ViewMapper)
Handlers\FlyoutView\FlyoutViewHandler.cs (1)
19 public static IPropertyMapper<IFlyoutView, IFlyoutViewHandler> Mapper = new PropertyMapper<IFlyoutView, IFlyoutViewHandler>(ViewHandler.ViewMapper)
Handlers\GraphicsView\GraphicsViewHandler.cs (1)
13 public static IPropertyMapper<IGraphicsView, IGraphicsViewHandler> Mapper = new PropertyMapper<IGraphicsView, IGraphicsViewHandler>(ViewHandler.ViewMapper)
Handlers\HybridWebView\HybridWebViewHandler.cs (1)
67 public static IPropertyMapper<IHybridWebView, IHybridWebViewHandler> Mapper = new PropertyMapper<IHybridWebView, IHybridWebViewHandler>(ViewHandler.ViewMapper)
Handlers\Image\ImageHandler.cs (1)
19 public static IPropertyMapper<IImage, IImageHandler> Mapper = new PropertyMapper<IImage, IImageHandler>(ViewHandler.ViewMapper)
Handlers\ImageButton\ImageButtonHandler.cs (2)
28 public static IPropertyMapper<IImage, IImageHandler> ImageMapper = new PropertyMapper<IImage, IImageHandler>(ImageHandler.Mapper); 30 public static IPropertyMapper<IImageButton, IImageButtonHandler> Mapper = new PropertyMapper<IImageButton, IImageButtonHandler>(ImageMapper)
Handlers\IndicatorView\IndicatorViewHandler.cs (1)
19 public static IPropertyMapper<IIndicatorView, IIndicatorViewHandler> Mapper = new PropertyMapper<IIndicatorView, IIndicatorViewHandler>(ViewMapper)
Handlers\Label\LabelHandler.cs (1)
18 public static IPropertyMapper<ILabel, ILabelHandler> Mapper = new PropertyMapper<ILabel, ILabelHandler>(ViewHandler.ViewMapper)
Handlers\Layout\LayoutHandler.cs (1)
22 public static IPropertyMapper<ILayout, ILayoutHandler> Mapper = new PropertyMapper<ILayout, ILayoutHandler>(ViewMapper)
Handlers\MenuBar\MenuBarHandler.cs (1)
21 public static IPropertyMapper<IMenuBar, IMenuBarHandler> Mapper = new PropertyMapper<IMenuBar, IMenuBarHandler>(ElementMapper)
Handlers\MenuBarItem\MenuBarItemHandler.cs (1)
21 public static IPropertyMapper<IMenuBarItem, IMenuBarItemHandler> Mapper = new PropertyMapper<IMenuBarItem, IMenuBarItemHandler>(ElementMapper)
Handlers\MenuFlyoutHandler\MenuFlyoutHandler.cs (1)
15 public static IPropertyMapper<IMenuFlyout, IMenuFlyoutHandler> Mapper = new PropertyMapper<IMenuFlyout, IMenuFlyoutHandler>(ElementMapper)
Handlers\MenuFlyoutItem\MenuFlyoutItemHandler.cs (1)
21 public static IPropertyMapper<IMenuFlyoutItem, IMenuFlyoutItemHandler> Mapper = new PropertyMapper<IMenuFlyoutItem, IMenuFlyoutItemHandler>(ElementMapper)
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (1)
14 public static IPropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler> Mapper = new PropertyMapper<IMenuFlyoutSeparator, IMenuFlyoutSeparatorHandler>(ElementMapper)
Handlers\MenuFlyoutSubItem\MenuFlyoutSubItemHandler.cs (1)
20 public static IPropertyMapper<IMenuFlyoutSubItem, IMenuFlyoutSubItemHandler> Mapper = new PropertyMapper<IMenuFlyoutSubItem, IMenuFlyoutSubItemHandler>(ElementMapper)
Handlers\NavigationPage\NavigationViewHandler.cs (1)
18 public static IPropertyMapper<IStackNavigationView, INavigationViewHandler> Mapper = new PropertyMapper<IStackNavigationView, INavigationViewHandler>(ViewMapper)
Handlers\Page\PageHandler.cs (1)
7 new PropertyMapper<IContentView, IPageHandler>(ContentViewHandler.Mapper)
Handlers\Picker\PickerHandler.cs (1)
17 public static IPropertyMapper<IPicker, IPickerHandler> Mapper = new PropertyMapper<IPicker, PickerHandler>(ViewMapper)
Handlers\ProgressBar\ProgressBarHandler.cs (1)
18 public static IPropertyMapper<IProgress, IProgressBarHandler> Mapper = new PropertyMapper<IProgress, ProgressBarHandler>(ViewHandler.ViewMapper)
Handlers\RadioButton\RadioButtonHandler.cs (1)
17 public static IPropertyMapper<IRadioButton, IRadioButtonHandler> Mapper = new PropertyMapper<IRadioButton, IRadioButtonHandler>(ViewHandler.ViewMapper)
Handlers\RefreshView\RefreshViewHandler.cs (1)
17 public static IPropertyMapper<IRefreshView, IRefreshViewHandler> Mapper = new PropertyMapper<IRefreshView, IRefreshViewHandler>(ViewHandler.ViewMapper)
Handlers\ScrollView\ScrollViewHandler.cs (1)
19 public static IPropertyMapper<IScrollView, IScrollViewHandler> Mapper = new PropertyMapper<IScrollView, IScrollViewHandler>(ViewMapper)
Handlers\SearchBar\SearchBarHandler.cs (1)
18 public static IPropertyMapper<ISearchBar, ISearchBarHandler> Mapper = new PropertyMapper<ISearchBar, ISearchBarHandler>(ViewHandler.ViewMapper)
Handlers\ShapeView\ShapeViewHandler.cs (1)
18 public static IPropertyMapper<IShapeView, IShapeViewHandler> Mapper = new PropertyMapper<IShapeView, IShapeViewHandler>(ViewHandler.ViewMapper)
Handlers\Slider\SliderHandler.cs (1)
18 public static IPropertyMapper<ISlider, ISliderHandler> Mapper = new PropertyMapper<ISlider, ISliderHandler>(ViewHandler.ViewMapper)
Handlers\Stepper\StepperHandler.cs (1)
17 public static IPropertyMapper<IStepper, IStepperHandler> Mapper = new PropertyMapper<IStepper, StepperHandler>(ViewHandler.ViewMapper)
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
20 new PropertyMapper<ISwipeItemMenuItem, ISwipeItemMenuItemHandler>(ViewHandler.ElementMapper)
Handlers\SwipeItemView\SwipeItemViewHandler.cs (1)
18 public static IPropertyMapper<ISwipeItemView, ISwipeItemViewHandler> Mapper = new PropertyMapper<ISwipeItemView, ISwipeItemViewHandler>(ViewHandler.ViewMapper)
Handlers\SwipeView\SwipeViewHandler.cs (1)
17 public static IPropertyMapper<ISwipeView, ISwipeViewHandler> Mapper = new PropertyMapper<ISwipeView, ISwipeViewHandler>(ViewHandler.ViewMapper)
Handlers\Switch\SwitchHandler.cs (1)
18 public static IPropertyMapper<ISwitch, ISwitchHandler> Mapper = new PropertyMapper<ISwitch, ISwitchHandler>(ViewHandler.ViewMapper)
Handlers\TabbedView\TabbedViewHandler.cs (1)
20 public static IPropertyMapper<ITabbedView, ITabbedViewHandler> Mapper = new PropertyMapper<ITabbedView, ITabbedViewHandler>(ViewHandler.ViewMapper);
Handlers\TimePicker\TimePickerHandler.cs (1)
19 public static IPropertyMapper<ITimePicker, ITimePickerHandler> Mapper = new PropertyMapper<ITimePicker, ITimePickerHandler>(ViewHandler.ViewMapper)
Handlers\Toolbar\ToolbarHandler.cs (1)
18 new PropertyMapper<IToolbar, IToolbarHandler>(ElementMapper)
Handlers\View\ViewHandler.cs (1)
31 new PropertyMapper<IView, IViewHandler>(ElementHandler.ElementMapper)
Handlers\WebView\WebViewHandler.cs (1)
23 public static IPropertyMapper<IWebView, IWebViewHandler> Mapper = new PropertyMapper<IWebView, IWebViewHandler>(ViewHandler.ViewMapper)
Handlers\Window\WindowHandler.cs (1)
17 public static IPropertyMapper<IWindow, IWindowHandler> Mapper = new PropertyMapper<IWindow, IWindowHandler>(ElementHandler.ElementMapper)
PropertyMapper.cs (1)
195 : base(chained)
Microsoft.Maui.Controls (13)
Handlers\Items\CarouselViewHandler.cs (1)
15 public static PropertyMapper<CarouselView, CarouselViewHandler> Mapper = new(ItemsViewMapper)
Handlers\Items\CollectionViewHandler.cs (1)
20 public static PropertyMapper<CollectionView, CollectionViewHandler> Mapper = new(ReorderableItemsViewMapper)
Handlers\Items\GroupableItemsViewHandler.cs (1)
20 public static PropertyMapper<TItemsView, GroupableItemsViewHandler<TItemsView>> GroupableItemsViewMapper = new(SelectableItemsViewMapper)
Handlers\Items\ItemsViewHandler.cs (1)
21 public static PropertyMapper<TItemsView, ItemsViewHandler<TItemsView>> ItemsViewMapper = new(ViewMapper)
Handlers\Items\ReorderableItemsViewHandler.cs (1)
20 public static PropertyMapper<TItemsView, ReorderableItemsViewHandler<TItemsView>> ReorderableItemsViewMapper = new(GroupableItemsViewMapper)
Handlers\Items\SelectableItemsViewHandler.cs (1)
21 public static PropertyMapper<TItemsView, SelectableItemsViewHandler<TItemsView>> SelectableItemsViewMapper = new(StructuredItemsViewMapper)
Handlers\Items\StructuredItemsViewHandler.cs (1)
20 public static PropertyMapper<TItemsView, StructuredItemsViewHandler<TItemsView>> StructuredItemsViewMapper = new(ItemsViewMapper)
Handlers\Shapes\Line\LineHandler.cs (1)
8 public static new IPropertyMapper<Line, IShapeViewHandler> Mapper = new PropertyMapper<Line, IShapeViewHandler>(ShapeViewHandler.Mapper)
Handlers\Shapes\Path\PathHandler.cs (1)
8 public static new IPropertyMapper<Path, IShapeViewHandler> Mapper = new PropertyMapper<Path, IShapeViewHandler>(ShapeViewHandler.Mapper)
Handlers\Shapes\Polygon\PolygonHandler.cs (1)
8 public static new IPropertyMapper<Polygon, IShapeViewHandler> Mapper = new PropertyMapper<Polygon, IShapeViewHandler>(ShapeViewHandler.Mapper)
Handlers\Shapes\Polyline\PolylineHandler.cs (1)
8 public static new IPropertyMapper<Polyline, IShapeViewHandler> Mapper = new PropertyMapper<Polyline, IShapeViewHandler>(ShapeViewHandler.Mapper)
Handlers\Shapes\Rectangle\RectangleHandler.cs (1)
8 public static new IPropertyMapper<Rectangle, IShapeViewHandler> Mapper = new PropertyMapper<Rectangle, IShapeViewHandler>(ShapeViewHandler.Mapper)
Handlers\Shapes\RoundRectangle\RoundRectangleHandler.cs (1)
8 public static new IPropertyMapper<RoundRectangle, IShapeViewHandler> Mapper = new PropertyMapper<RoundRectangle, IShapeViewHandler>(ShapeViewHandler.Mapper)
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
44 public static PropertyMapper<IView, ViewHandler> ShimMapper = new PropertyMapper<IView, ViewHandler>(ViewHandler.ViewMapper)
Microsoft.Maui.Maps (3)
Handlers\Map\MapHandler.cs (1)
18 public static IPropertyMapper<IMap, IMapHandler> Mapper = new PropertyMapper<IMap, IMapHandler>(ViewHandler.ViewMapper)
Handlers\MapElement\MapElementHandler.cs (1)
18 public static IPropertyMapper<IMapElement, IMapElementHandler> Mapper = new PropertyMapper<IMapElement, IMapElementHandler>(ElementMapper)
Handlers\MapPin\MapPinHandler.cs (1)
18 public static IPropertyMapper<IMapPin, IMapPinHandler> Mapper = new PropertyMapper<IMapPin, IMapPinHandler>(ElementMapper)