3 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
,