2 instantiations of Semantics
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
683 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)
673 private protected override Semantics UpdateSemantics() 675 var semantics = base.UpdateSemantics();
SemanticProperties.cs (2)
94 internal static Semantics? UpdateSemantics(BindableObject bindable, Semantics? semantics)
VisualElement\VisualElement.cs (3)
1781 Semantics? _semantics; 1991 Semantics? IView.Semantics => UpdateSemantics(); 1993 private protected virtual Semantics? UpdateSemantics() =>