4 references to Dialog
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
678or AccessibleRole.Dialog
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
36{ AccessibleRole.Dialog, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId },
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
770yield return new object[] { AccessibleRole.Dialog };
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
62yield return new object[] { AccessibleRole.Dialog, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId };