1 implementation of Semantics
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
2046 Semantics? IView.Semantics => UpdateSemantics();
3 references to Semantics
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
54 [nameof(IView.Semantics)] = MapSemantics, 391 /// 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));