6 overrides of ExpandCollapseState
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4579internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState {
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
127internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2926internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
403internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
847internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
849internal override UnsafeNativeMethods.ExpandCollapseState ExpandCollapseState {
2 references to ExpandCollapseState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
1124return ExpandCollapseState;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
137return base.ExpandCollapseState;