5 references to HintProperty
Microsoft.Maui.Controls (5)
SemanticProperties.cs (4)
30
return (string)bindable.GetValue(
HintProperty
);
35
bindable.SetValue(
HintProperty
, value);
51
SemanticProperties.
HintProperty
,
96
if (!bindable.IsSet(
HintProperty
) &&
VisualElement\VisualElement.Mapper.cs (1)
29
viewMapper.ReplaceMapping<IView, IViewHandler>(SemanticProperties.
HintProperty
.PropertyName, MapSemanticPropertiesHintProperty);