7 references to Mapper
Microsoft.Maui (3)
Handlers\SearchBar\SearchBarHandler.cs (3)
47
public SearchBarHandler() : this(
Mapper
)
52
: base(mapper ??
Mapper
, CommandMapper)
57
: base(mapper ??
Mapper
, commandMapper ?? CommandMapper)
Microsoft.Maui.Controls (4)
SearchBar\SearchBar.Mapper.cs (4)
13
SearchBarHandler.
Mapper
.ReplaceMapping<SearchBar, ISearchBarHandler>(PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty.PropertyName, MapSearchBarStyle);
15
SearchBarHandler.
Mapper
.ReplaceMapping<SearchBar, ISearchBarHandler>(nameof(Text), MapText);
16
SearchBarHandler.
Mapper
.ReplaceMapping<SearchBar, ISearchBarHandler>(nameof(TextTransform), MapText);
19
SearchBarHandler.
Mapper
.AppendToMapping(nameof(VisualElement.IsFocused), InputView.MapIsFocused);