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)
48
if (expandCollapseState == ExpandCollapseState.
ExpandCollapseState_LeafNode
)
218
return ExpandCollapseState.
ExpandCollapseState_LeafNode
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs (1)
409
Assert.Equal(ExpandCollapseState.
ExpandCollapseState_LeafNode
, node.AccessibilityObject.ExpandCollapseState);