4 references to ExpandCollapseState_LeafNode
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
62: ExpandCollapseState.ExpandCollapseState_LeafNode;
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (2)
48if (expandCollapseState == ExpandCollapseState.ExpandCollapseState_LeafNode) 218return ExpandCollapseState.ExpandCollapseState_LeafNode;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs (1)
409Assert.Equal(ExpandCollapseState.ExpandCollapseState_LeafNode, node.AccessibilityObject.ExpandCollapseState);