4 references to UpdateFont
Microsoft.Maui (4)
Handlers\Entry\EntryHandler.iOS.cs (1)
83
handler.PlatformView?.
UpdateFont
(entry, handler.GetRequiredService<IFontManager>());
Handlers\Picker\PickerHandler.iOS.cs (1)
145
handler.PlatformView?.
UpdateFont
(picker, fontManager);
Handlers\SearchBar\SearchBarHandler.iOS.cs (1)
82
handler.QueryEditor?.
UpdateFont
(searchBar, fontManager);
Platform\iOS\SearchBarExtensions.cs (1)
88
textField.
UpdateFont
(textStyle, fontManager);