7 references to UIA_TreeItemControlTypeId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
56
{ AccessibleRole.OutlineItem, UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
},
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
93
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
355
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
,
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
112
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
,
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\CategoryGridEntryAccessibleObjectTests.cs (1)
49
UIA_CONTROLTYPE_ID expected = UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
;
System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs (1)
234
UIA_CONTROLTYPE_ID expected = UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
;
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
84
yield return new object[] { AccessibleRole.OutlineItem, UIA_CONTROLTYPE_ID.
UIA_TreeItemControlTypeId
};