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)
47ExpandCollapseState expandCollapseState = ExpandCollapseState; 167if (ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Expanded) 171else if (ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Collapsed)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TreeNode.TreeNodeAccessibleObjectTests.cs (2)
409Assert.Equal(ExpandCollapseState.ExpandCollapseState_LeafNode, node.AccessibilityObject.ExpandCollapseState); 431Assert.Equal(expected, node.AccessibilityObject.ExpandCollapseState);