6 references to UIA_WindowControlTypeId
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (2)
17{ AccessibleRole.Application, UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId }, 80{ AccessibleRole.Window, UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId }
System\Windows\Forms\Form.AccessibleObject.cs (1)
38=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId,
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (1)
35Assert.Equal(UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId, (UIA_CONTROLTYPE_ID)(int)actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (2)
45yield return new object[] { AccessibleRole.Application, UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId }; 108yield return new object[] { AccessibleRole.Window, UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId };