4 references to UIA_TreeControlTypeId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
54{ AccessibleRole.Outline, UIA_CONTROLTYPE_ID.UIA_TreeControlTypeId },
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (1)
49UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TreeControlTypeId,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TreeView.TreeViewAccessibleObjectTests.cs (1)
38Assert.Equal(UIA_CONTROLTYPE_ID.UIA_TreeControlTypeId, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
82yield return new object[] { AccessibleRole.Outline, UIA_CONTROLTYPE_ID.UIA_TreeControlTypeId };