5 references to IsInAccessibleTreeProperty
Microsoft.Maui.Controls (5)
AutomationProperties.cs (2)
38 return (bool?)bindable.GetValue(IsInAccessibleTreeProperty); 74 bindable.SetValue(IsInAccessibleTreeProperty, value);
Element\Element.Mapper.cs (1)
13 ViewHandler.ViewMapper.ReplaceMapping<Maui.IElement, IElementHandler>(AutomationProperties.IsInAccessibleTreeProperty.PropertyName, MapAutomationPropertiesIsInAccessibleTree);
Element\Element.Standard.cs (1)
11 /// Maps the abstract <see cref="AutomationProperties.IsInAccessibleTreeProperty"/> property to the platform-specific implementations.
SemanticProperties.cs (1)
58 AutomationProperties.IsInAccessibleTreeProperty,