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