2 references to UIA_IsDialogPropertyId
System.Windows.Forms (2)
System\Windows\Forms\Form.AccessibleObject.cs (1)
39
UIA_PROPERTY_ID.
UIA_IsDialogPropertyId
=> (VARIANT)(this.TryGetOwnerAs(out Form? owner) && owner.Modal),
System\Windows\Forms\Printing\StatusDialogAccessibility.cs (1)
22
UIA_PROPERTY_ID.
UIA_IsDialogPropertyId
=> VARIANT.True,