Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
5 references to ExpandCollapseState
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (3)
47
ExpandCollapseState expandCollapseState =
ExpandCollapseState
;
167
if (
ExpandCollapseState
== ExpandCollapseState.ExpandCollapseState_Expanded)
171
else if (
ExpandCollapseState
== ExpandCollapseState.ExpandCollapseState_Collapsed)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs (2)
409
Assert.Equal(ExpandCollapseState.ExpandCollapseState_LeafNode, node.AccessibilityObject.
ExpandCollapseState
);
431
Assert.Equal(expected, node.AccessibilityObject.
ExpandCollapseState
);