2 instantiations of Semantics
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
683 semantics ??= new Semantics();
VisualElement\VisualElement.cs (1)
1992 _semantics ??= new Semantics();
6 references to Semantics
Microsoft.Maui (1)
Core\IView.cs (1)
35 Semantics? Semantics { get; }
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (2)
673 private protected override Semantics UpdateSemantics() 675 var semantics = base.UpdateSemantics();
VisualElement\VisualElement.cs (3)
1771 Semantics? _semantics; 1980 Semantics? IView.Semantics => UpdateSemantics(); 1982 private protected virtual Semantics? UpdateSemantics()