1 implementation of Foreground
Microsoft.Maui.Controls (1)
CheckBox\CheckBox.cs (1)
75
public Paint
Foreground
=> Color?.AsPaint();
4 references to Foreground
Microsoft.Maui (2)
Handlers\CheckBox\CheckBoxHandler.cs (2)
28
[nameof(ICheckBox.
Foreground
)] = MapForeground,
71
/// Maps the abstract <see cref="ICheckBox.
Foreground
"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (1)
19
((CheckBox)bindable).Handler?.UpdateValue(nameof(ICheckBox.
Foreground
));
CheckBox\CheckBox.Mapper.cs (1)
19
handler?.UpdateValue(nameof(ICheckBox.
Foreground
));