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