1 implementation of ISemanticScreenReader
Microsoft.Maui.Essentials (1)
SemanticScreenReader\SemanticScreenReader.ios.cs (1)
7 partial class SemanticScreenReaderImplementation : ISemanticScreenReader
4 references to ISemanticScreenReader
Microsoft.Maui.Essentials (4)
SemanticScreenReader\SemanticScreenReader.shared.cs (4)
31 static ISemanticScreenReader Current => Accessibility.SemanticScreenReader.Default; 33 static ISemanticScreenReader? defaultImplementation; 38 public static ISemanticScreenReader Default => 41 internal static void SetDefault(ISemanticScreenReader? implementation) =>