Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
11 references to ExpandCollapseState
System.Windows.Forms (11)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (11)
98=> ExpandCollapseState switch 100ExpandCollapseState.ExpandCollapseState_Collapsed => SR.AccessibleActionExpand, 101ExpandCollapseState.ExpandCollapseState_Expanded => SR.AccessibleActionCollapse, 109switch (ExpandCollapseState) 111case ExpandCollapseState.ExpandCollapseState_Collapsed: 114case ExpandCollapseState.ExpandCollapseState_Expanded: 134&& ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Collapsed) 143&& ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Expanded) 152: ExpandCollapseState.ExpandCollapseState_Collapsed;