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