17 references to Collapsed
System.Windows.Forms (17)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
683return UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\ComboBox.cs (3)
2561UnsafeNativeMethods.ExpandCollapseState.Collapsed, 2973UnsafeNativeMethods.ExpandCollapseState.Collapsed); 4581return ownerItem.DroppedDown == true ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
268return ownerControl.DroppedDown ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
134return ownerComboBoxControl.DroppedDown == true ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2929return owner.Expanded ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
405return ownerItem.Expanded ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
1137if (ExpandCollapseState == UnsafeNativeMethods.ExpandCollapseState.Collapsed) { 1164return UnsafeNativeMethods.ExpandCollapseState.Collapsed; 1171return UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
969UnsafeNativeMethods.ExpandCollapseState.Collapsed); 1751UnsafeNativeMethods.ExpandCollapseState.Collapsed,
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
849return owner.DropDown.Visible ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed; 868if (AccessibilityImprovements.Level3 && ExpandCollapseState == UnsafeNativeMethods.ExpandCollapseState.Collapsed) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
851return ownerItem.DropDown.Visible ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed; 870if (AccessibilityImprovements.Level3 && ExpandCollapseState == UnsafeNativeMethods.ExpandCollapseState.Collapsed) {