5 references to HeadingLevelProperty
Microsoft.Maui.Controls (5)
SemanticProperties.cs (3)
40 return (SemanticHeadingLevel)bindable.GetValue(HeadingLevelProperty); 45 bindable.SetValue(HeadingLevelProperty, value); 52 SemanticProperties.HeadingLevelProperty,
VisualElement\VisualElement.cs (1)
1986 !this.IsSet(SemanticProperties.HeadingLevelProperty))
VisualElement\VisualElement.Mapper.cs (1)
30 viewMapper.ReplaceMapping<IView, IViewHandler>(SemanticProperties.HeadingLevelProperty.PropertyName, MapSemanticPropertiesHeadingLevelProperty);