2 instantiations of Semantics
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
681 semantics ??= new Semantics();
SemanticProperties.cs (1)
103 semantics ??= new Semantics();
8 references to Semantics
Microsoft.Maui (1)
Core\IView.cs (1)
35 Semantics? Semantics { get; }
Microsoft.Maui.Controls (7)
RadioButton\RadioButton.cs (2)
671 private protected override Semantics UpdateSemantics() 673 var semantics = base.UpdateSemantics();
SemanticProperties.cs (2)
94 internal static Semantics? UpdateSemantics(BindableObject bindable, Semantics? semantics)
VisualElement\VisualElement.cs (3)
1774 Semantics? _semantics; 1983 Semantics? IView.Semantics => UpdateSemantics(); 1985 private protected virtual Semantics? UpdateSemantics() =>