19 references to ShellHandler
Microsoft.Maui.Controls (19)
Handlers\Shell\ShellHandler.cs (4)
14
public static PropertyMapper<Shell,
ShellHandler
> Mapper =
15
new PropertyMapper<Shell,
ShellHandler
>(ElementMapper)
40
public static CommandMapper<Shell,
ShellHandler
> CommandMapper =
41
new CommandMapper<Shell,
ShellHandler
>(ElementCommandMapper);
Handlers\Shell\ShellHandler.Windows.cs (14)
109
public static void MapFlyoutBackdrop(
ShellHandler
handler, Shell view)
117
public static void MapCurrentItem(
ShellHandler
handler, Shell view)
122
public static void MapFlyoutBackground(
ShellHandler
handler, Shell view)
130
public static void MapFlyoutIcon(
ShellHandler
handler, Shell view)
138
public static void MapFlyoutVerticalScrollMode(
ShellHandler
handler, Shell view)
143
public static void MapFlyout(
ShellHandler
handler, IFlyoutView flyoutView)
152
public static void MapIsPresented(
ShellHandler
handler, IFlyoutView flyoutView)
160
public static void MapFlyoutWidth(
ShellHandler
handler, IFlyoutView flyoutView)
165
public static void MapFlyoutBehavior(
ShellHandler
handler, IFlyoutView flyoutView)
170
public static void MapFlyoutFooter(
ShellHandler
handler, Shell view)
176
public static void MapFlyoutHeader(
ShellHandler
handler, Shell view)
182
public static void MapFlyoutHeaderBehavior(
ShellHandler
handler, Shell view)
187
public static void MapItems(
ShellHandler
handler, Shell view)
193
public static void MapFlyoutItems(
ShellHandler
handler, Shell view)
Hosting\AppHostBuilderExtensions.cs (1)
152
handlersCollection.AddHandler<Shell,
ShellHandler
>();