10 references to Style
Microsoft.Maui.Controls (10)
Compatibility\iOS\ResourcesProvider.cs (1)
54
var result = new
Style
(typeof(Label));
Device.cs (6)
165
public static readonly Style TitleStyle = new
Style
(typeof(Label)) { BaseResourceKey = TitleStyleKey };
167
public static readonly Style SubtitleStyle = new
Style
(typeof(Label)) { BaseResourceKey = SubtitleStyleKey };
169
public static readonly Style BodyStyle = new
Style
(typeof(Label)) { BaseResourceKey = BodyStyleKey };
171
public static readonly Style ListItemTextStyle = new
Style
(typeof(Label)) { BaseResourceKey = ListItemTextStyleKey };
173
public static readonly Style ListItemDetailTextStyle = new
Style
(typeof(Label)) { BaseResourceKey = ListItemDetailTextStyleKey };
175
public static readonly Style CaptionStyle = new
Style
(typeof(Label)) { BaseResourceKey = CaptionStyleKey };
Shell\BaseShellItem.cs (3)
365
var defaultLabelClass = new
Style
(typeof(Label))
373
var defaultImageClass = new
Style
(typeof(Image))
381
var defaultGridClass = new
Style
(typeof(Grid))