44 references to ExpandCollapseState
System.Windows.Forms (44)
winforms\Managed\System\WinForms\AccessibleObject.cs (4)
681
internal virtual UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
683
return UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
1122
UnsafeNativeMethods.
ExpandCollapseState
UnsafeNativeMethods.IExpandCollapseProvider.ExpandCollapseState {
3696
UnsafeNativeMethods.
ExpandCollapseState
UnsafeNativeMethods.IExpandCollapseProvider.ExpandCollapseState {
winforms\Managed\System\WinForms\ComboBox.cs (7)
2561
UnsafeNativeMethods.
ExpandCollapseState
.Collapsed,
2562
UnsafeNativeMethods.
ExpandCollapseState
.Expanded);
2972
UnsafeNativeMethods.
ExpandCollapseState
.Expanded,
2973
UnsafeNativeMethods.
ExpandCollapseState
.Collapsed);
4579
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
4581
return ownerItem.DroppedDown == true ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (3)
264
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState
268
return ownerControl.DroppedDown ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (3)
127
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState
134
return ownerComboBoxControl.DroppedDown == true ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
2926
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
2929
return owner.Expanded ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
2932
return UnsafeNativeMethods.
ExpandCollapseState
.LeafNode;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
403
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
405
return ownerItem.Expanded ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (6)
1137
if (ExpandCollapseState == UnsafeNativeMethods.
ExpandCollapseState
.Collapsed) {
1143
if (ExpandCollapseState == UnsafeNativeMethods.
ExpandCollapseState
.Expanded) {
1160
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
1164
return UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
1168
return UnsafeNativeMethods.
ExpandCollapseState
.Expanded;
1171
return UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
968
UnsafeNativeMethods.
ExpandCollapseState
.Expanded,
969
UnsafeNativeMethods.
ExpandCollapseState
.Collapsed);
1751
UnsafeNativeMethods.
ExpandCollapseState
.Collapsed,
1752
UnsafeNativeMethods.
ExpandCollapseState
.Expanded);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
847
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
849
return owner.DropDown.Visible ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
868
if (AccessibilityImprovements.Level3 && ExpandCollapseState == UnsafeNativeMethods.
ExpandCollapseState
.Collapsed) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (5)
849
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
851
return ownerItem.DropDown.Visible ? UnsafeNativeMethods.
ExpandCollapseState
.Expanded : UnsafeNativeMethods.
ExpandCollapseState
.Collapsed;
870
if (AccessibilityImprovements.Level3 && ExpandCollapseState == UnsafeNativeMethods.
ExpandCollapseState
.Collapsed) {
912
internal override UnsafeNativeMethods.
ExpandCollapseState
ExpandCollapseState {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8583
ExpandCollapseState
ExpandCollapseState {