3 references to UIA_AutomationIdPropertyId
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
615
UIA_PROPERTY_ID.
UIA_AutomationIdPropertyId
=> AutomationId is null ? VARIANT.Empty : (VARIANT)AutomationId,
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerAccessibleObject.cs (1)
20
UIA_PROPERTY_ID.
UIA_AutomationIdPropertyId
when this.TryGetOwnerAs(out SplitContainer? owner) => (VARIANT)owner.Name,
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (1)
22
UIA_PROPERTY_ID.
UIA_AutomationIdPropertyId
=> (VARIANT)owner.Name,