8 implementations of Font
Microsoft.Maui.Controls (8)
Button\Button.cs (1)
506
Font ITextStyle.
Font
=> this.ToFont();
DatePicker\DatePicker.cs (1)
231
Font ITextStyle.
Font
=> this.ToFont();
InputView\InputView.cs (1)
257
Font ITextStyle.
Font
=> this.ToFont();
Label\Label.cs (1)
417
Font ITextStyle.
Font
=> this.ToFont();
Menu\MenuItem.cs (1)
156
Font ITextStyle.
Font
=> Font.Default;
Picker\Picker.cs (1)
432
Font ITextStyle.
Font
=> this.ToFont();
RadioButton\RadioButton.cs (1)
637
Font ITextStyle.
Font
=> this.ToFont();
TimePicker\TimePicker.cs (1)
158
Font ITextStyle.
Font
=> this.ToFont();
18 references to Font
Microsoft.Maui (11)
Handlers\Button\ButtonHandler.cs (1)
31
[nameof(ITextStyle.
Font
)] = MapFont,
Handlers\DatePicker\DatePickerHandler.cs (2)
32
[nameof(IDatePicker.
Font
)] = MapFont,
115
/// Maps the abstract <see cref="ITextStyle.
Font
"/> property to the platform-specific implementations.
Handlers\Editor\EditorHandler.cs (1)
22
[nameof(IEditor.
Font
)] = MapFont,
Handlers\Entry\EntryHandler.cs (1)
25
[nameof(IEntry.
Font
)] = MapFont,
Handlers\Label\LabelHandler.cs (1)
32
[nameof(ITextStyle.
Font
)] = MapFont,
Handlers\Picker\PickerHandler.cs (1)
23
[nameof(IPicker.
Font
)] = MapFont,
Handlers\RadioButton\RadioButtonHandler.cs (1)
24
[nameof(ITextStyle.
Font
)] = MapFont,
Handlers\SearchBar\SearchBarHandler.cs (1)
25
[nameof(ISearchBar.
Font
)] = MapFont,
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
27
[nameof(ITextStyle.
Font
)] = MapFont,
Handlers\TimePicker\TimePickerHandler.cs (1)
27
[nameof(ITimePicker.
Font
)] = MapFont,
Microsoft.Maui.Controls (7)
Button\Button.cs (1)
401
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
DatePicker\DatePicker.cs (1)
149
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
InputView\InputView.cs (1)
253
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
Label\Label.cs (1)
261
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
Picker\Picker.cs (1)
130
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
RadioButton\RadioButton.cs (1)
260
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
TimePicker\TimePicker.cs (1)
136
Handler?.UpdateValue(nameof(ITextStyle.
Font
));