6 references to Element
Microsoft.Maui.Controls.Compatibility (6)
Android\FastRenderers\AutomationPropertiesProvider.cs (6)
44
if (
Element
!= null)
46
Element
.PropertyChanged -= OnElementPropertyChanged;
59
=> Controls.Platform.AutomationPropertiesProvider.SetContentDescription(Control,
Element
, _defaultContentDescription, _defaultHint);
62
=> Controls.Platform.AutomationPropertiesProvider.SetImportantForAccessibility(Control,
Element
);
65
=> Controls.Platform.AutomationPropertiesProvider.SetLabeledBy(Control,
Element
);
90
Controls.Platform.AutomationPropertiesProvider.AccessibilitySettingsChanged(Control,
Element
, _defaultHint, _defaultContentDescription);