7 references to ControlUsedForAutomation
Microsoft.Maui.Controls.Compatibility (7)
Android\AppCompat\PickerRenderer.cs (1)
59
ControlUsedForAutomation
.SetAccessibilityDelegate(_pickerAccessibilityDelegate = new EntryAccessibilityDelegate(Element));
Android\ViewRenderer.cs (6)
210
Controls.Platform.AutomationPropertiesProvider.SetupDefaults(
ControlUsedForAutomation
, ref _defaultContentDescription, ref _defaultHint);
224
if (this !=
ControlUsedForAutomation
)
230
Controls.Platform.AutomationPropertiesProvider.SetAutomationId(
ControlUsedForAutomation
, Element, id);
239
ControlUsedForAutomation
, Element, _defaultContentDescription, _defaultHint);
242
ControlUsedForAutomation
, Element, _defaultContentDescription);
264
Controls.Platform.AutomationPropertiesProvider.SetImportantForAccessibility(
ControlUsedForAutomation
, Element);