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
100
ExpandCollapseState
.ExpandCollapseState_Collapsed => SR.AccessibleActionExpand,
101
ExpandCollapseState
.ExpandCollapseState_Expanded => SR.AccessibleActionCollapse,
109
switch (
ExpandCollapseState
)
111
case
ExpandCollapseState
.ExpandCollapseState_Collapsed:
114
case
ExpandCollapseState
.ExpandCollapseState_Expanded:
134
&&
ExpandCollapseState
==
ExpandCollapseState
.ExpandCollapseState_Collapsed)
143
&&
ExpandCollapseState
==
ExpandCollapseState
.ExpandCollapseState_Expanded)
152
:
ExpandCollapseState
.ExpandCollapseState_Collapsed;