11 references to RequireFontManager
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
79
_fontManager = context.Shell.
RequireFontManager
();
Platform\iOS\Extensions\FontExtensions.cs (1)
21
=> fontElement.ToFont().ToUIFont(fontElement.
RequireFontManager
());
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
26
label.
RequireFontManager
(),
Microsoft.Maui.Controls.Compatibility (8)
iOS\Renderers\EntryRenderer.cs (2)
360
UpdateAttributedPlaceholder(formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: color));
366
UpdateAttributedPlaceholder(formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: color));
iOS\Renderers\ImageRenderer.cs (1)
253
var font = Font.OfSize(fontsource.FontFamily, fontsource.Size).ToUIFont(imagesource.
RequireFontManager
());
iOS\Renderers\LabelRenderer.cs (1)
485
Control.AttributedText = _formatted.ToNSAttributedString(Element.
RequireFontManager
());
iOS\Renderers\PickerRenderer.cs (2)
231
UpdateAttributedPlaceholder(formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: color));
237
UpdateAttributedPlaceholder(formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: color));
iOS\Renderers\SearchBarRenderer.cs (2)
339
_textField.AttributedPlaceholder = formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: color);
345
_textField.AttributedPlaceholder = formatted.ToNSAttributedString(Element.
RequireFontManager
(), defaultColor: targetColor ?? ColorExtensions.PlaceholderColor.ToColor());