13 references to Expanded
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2562UnsafeNativeMethods.ExpandCollapseState.Expanded); 2972UnsafeNativeMethods.ExpandCollapseState.Expanded, 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 (2)
1143if (ExpandCollapseState == UnsafeNativeMethods.ExpandCollapseState.Expanded) { 1168return UnsafeNativeMethods.ExpandCollapseState.Expanded;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
968UnsafeNativeMethods.ExpandCollapseState.Expanded, 1752UnsafeNativeMethods.ExpandCollapseState.Expanded);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
849return owner.DropDown.Visible ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
851return ownerItem.DropDown.Visible ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;