1 implementation of Semantics
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1980 Semantics? IView.Semantics => UpdateSemantics();
3 references to Semantics
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
48 [nameof(IView.Semantics)] = MapSemantics, 390 /// Maps the abstract <see cref="IView.Semantics"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.Mapper.cs (1)
55 Handler?.UpdateValue(nameof(IView.Semantics));