1 implementation of ICommandMapper
Microsoft.Maui (1)
10 references to ICommandMapper
Microsoft.Maui (10)
CommandMapperExtensions.cs (10)
18 => ((ICommandMapper<TVirtualView, TViewHandler>)commandMapper).ModifyMapping(key, method);
28 public static void ModifyMapping<TVirtualView, TViewHandler>(this ICommandMapper<TVirtualView, TViewHandler> commandMapper,
50 public static void ModifyMapping<TVirtualView, TViewHandler>(this ICommandMapper<IElement, IElementHandler> commandMapper,
75 public static void ReplaceMapping<TVirtualView, TViewHandler>(this ICommandMapper<IElement, IElementHandler> commandMapper,
93 => ((ICommandMapper<TVirtualView, TViewHandler>)commandMapper).AppendToMapping(key, method);
103 public static void AppendToMapping<TVirtualView, TViewHandler>(this ICommandMapper<TVirtualView, TViewHandler> commandMapper,
122 public static void AppendToMapping<TVirtualView, TViewHandler>(this ICommandMapper<IElement, IElementHandler> commandMapper,
146 => ((ICommandMapper<TVirtualView, TViewHandler>)commandMapper).PrependToMapping(key, method);
156 public static void PrependToMapping<TVirtualView, TViewHandler>(this ICommandMapper<TVirtualView, TViewHandler> commandMapper,
175 public static void PrependToMapping<TVirtualView, TViewHandler>(this ICommandMapper<IElement, IElementHandler> commandMapper,