11 writes to Inherited
Microsoft.Maui.Controls (11)
Properties\AssemblyInfo.cs (11)
95
[assembly: StyleProperty("color", typeof(IColorElement), nameof(ColorElement.ColorProperty),
Inherited
= true)]
96
[assembly: StyleProperty("color", typeof(ITextElement), nameof(TextElement.TextColorProperty),
Inherited
= true)]
97
[assembly: StyleProperty("text-transform", typeof(ITextElement), nameof(TextElement.TextTransformProperty),
Inherited
= true)]
101
[assembly: StyleProperty("direction", typeof(VisualElement), nameof(VisualElement.FlowDirectionProperty),
Inherited
= true)]
102
[assembly: StyleProperty("font-family", typeof(IFontElement), nameof(FontElement.FontFamilyProperty),
Inherited
= true)]
103
[assembly: StyleProperty("font-size", typeof(IFontElement), nameof(FontElement.FontSizeProperty),
Inherited
= true)]
104
[assembly: StyleProperty("font-style", typeof(IFontElement), nameof(FontElement.FontAttributesProperty),
Inherited
= true)]
121
[assembly: StyleProperty("text-align", typeof(ITextAlignmentElement), nameof(TextAlignmentElement.HorizontalTextAlignmentProperty),
Inherited
= true)]
126
[assembly: StyleProperty("visibility", typeof(VisualElement), nameof(VisualElement.IsVisibleProperty),
Inherited
= true)]
128
[assembly: StyleProperty("letter-spacing", typeof(ITextElement), nameof(TextElement.CharacterSpacingProperty),
Inherited
= true)]
129
[assembly: StyleProperty("line-height", typeof(ILineHeightElement), nameof(LineHeightElement.LineHeightProperty),
Inherited
= true)]
1 reference to Inherited
Microsoft.Maui.Controls (1)
VisualElement\VisualElement_StyleSheet.cs (1)
33
if (inheriting && !styleAttribute.
Inherited
)