Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
10 references to ExpandCollapseState
System.Windows.Forms (10)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (10)
47ExpandCollapseState expandCollapseState = ExpandCollapseState; 48if (expandCollapseState == ExpandCollapseState.ExpandCollapseState_LeafNode) 53return expandCollapseState == ExpandCollapseState.ExpandCollapseState_Expanded 167if (ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Expanded) 171else if (ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Collapsed) 218return ExpandCollapseState.ExpandCollapseState_LeafNode; 222? ExpandCollapseState.ExpandCollapseState_Expanded 223: ExpandCollapseState.ExpandCollapseState_Collapsed;