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