8 implementations of Font
Microsoft.Maui.Controls (8)
Button\Button.cs (1)
505
Font ITextStyle.
Font
=> this.ToFont();
DatePicker\DatePicker.cs (1)
229
Font ITextStyle.
Font
=> this.ToFont();
InputView\InputView.cs (1)
255
Font ITextStyle.
Font
=> this.ToFont();
Label\Label.cs (1)
415
Font ITextStyle.
Font
=> this.ToFont();
Menu\MenuItem.cs (1)
156
Font ITextStyle.
Font
=> Font.Default;
Picker\Picker.cs (1)
430
Font ITextStyle.
Font
=> this.ToFont();
RadioButton\RadioButton.cs (1)
644
Font ITextStyle.
Font
=> this.ToFont();
TimePicker\TimePicker.cs (1)
156
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)
400
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
DatePicker\DatePicker.cs (1)
147
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
InputView\InputView.cs (1)
251
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
Label\Label.cs (1)
259
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
Picker\Picker.cs (1)
128
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
RadioButton\RadioButton.cs (1)
258
Handler?.UpdateValue(nameof(ITextStyle.
Font
));
TimePicker\TimePicker.cs (1)
134
Handler?.UpdateValue(nameof(ITextStyle.
Font
));