2 references to UIA_DocumentControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
37
{ AccessibleRole.Document, UIA_CONTROLTYPE_ID.
UIA_DocumentControlTypeId
},
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
65
yield return new object[] { AccessibleRole.Document, UIA_CONTROLTYPE_ID.
UIA_DocumentControlTypeId
};