Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
3 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)