4 references to ExcludedWithChildrenProperty
Microsoft.Maui.Controls (4)
AutomationProperties.cs (2)
43
return (bool?)bindable.GetValue(
ExcludedWithChildrenProperty
);
79
bindable.SetValue(
ExcludedWithChildrenProperty
, value);
Element\Element.Mapper.cs (1)
14
ViewHandler.ViewMapper.ReplaceMapping<Maui.IElement, IElementHandler>(AutomationProperties.
ExcludedWithChildrenProperty
.PropertyName, MapAutomationPropertiesExcludedWithChildren);
Element\Element.Standard.cs (1)
20
/// Maps the abstract <see cref="AutomationProperties.
ExcludedWithChildrenProperty
"/> property to the platform-specific implementations.