54 references to Canceled
System.ComponentModel.TypeConverter (7)
System\ComponentModel\Design\MenuCommand.cs (1)
136if (cxe == CheckoutException.Canceled)
System\ComponentModel\ReflectEventDescriptor.cs (2)
179if (coEx == CheckoutException.Canceled) 460if (coEx == CheckoutException.Canceled)
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
599if (coEx == CheckoutException.Canceled) 646if (coEx == CheckoutException.Canceled) 1048if (coEx == CheckoutException.Canceled) 1109if (coEx == CheckoutException.Canceled)
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
514catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6136if (coEx == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3164catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1964catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
374catch (CheckoutException co) when (co == CheckoutException.Canceled)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
591if (coEx == CheckoutException.Canceled) 696if (checkoutEx == CheckoutException.Canceled)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
364catch (CheckoutException e) when (e == CheckoutException.Canceled)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
84catch (CheckoutException e) when (e == CheckoutException.Canceled)
System.Windows.Forms.Design (34)
System\ComponentModel\Design\CollectionEditor.cs (1)
246catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled)
System\ComponentModel\Design\ComponentDesigner.cs (1)
294catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (1)
36catch (CheckoutException ce) when (ce == CheckoutException.Canceled)
System\ComponentModel\Design\DesignerHost.cs (1)
164if (t != CheckoutException.Canceled)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
230catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (1)
701if (ex != CheckoutException.Canceled)
System\ComponentModel\Design\SiteNestedContainer.cs (1)
59if (t != CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
108if (ex != CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
226if (cex == CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
470if (coEx == CheckoutException.Canceled)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
139if (CheckoutException.Canceled.Equals(checkoutException))
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
102if (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\CommandSet.cs (2)
297catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled) 640catch (CheckoutException chkex) when (chkex == CheckoutException.Canceled)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
1060if (ex == CheckoutException.Canceled)
System\Windows\Forms\Design\EditorServiceContext.cs (1)
90catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
157catch (CheckoutException cxe) when (cxe == CheckoutException.Canceled) 200catch (CheckoutException checkoutEx) when (checkoutEx == CheckoutException.Canceled) 812catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
146if (checkoutEx == CheckoutException.Canceled) 563catch (CheckoutException coEx) when (coEx == CheckoutException.Canceled)
System\Windows\Forms\Design\SelectionUIService.cs (2)
592if (e != CheckoutException.Canceled) 743if (e != CheckoutException.Canceled)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
329catch (CheckoutException checkoutException) when (checkoutException == CheckoutException.Canceled)
System\Windows\Forms\Design\TabControlDesigner.cs (2)
254if (ex == CheckoutException.Canceled) 350if (ex == CheckoutException.Canceled)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
1656if (CheckoutException.Canceled.Equals(checkoutException)) 1769if (CheckoutException.Canceled.Equals(checkoutException)) 1919if (CheckoutException.Canceled.Equals(checkoutException)) 2024if (CheckoutException.Canceled.Equals(checkoutException))
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
548if ((!(e is CheckoutException checkoutException)) || (!checkoutException.Equals(CheckoutException.Canceled))) 697if (exception is CheckoutException checkoutEx && checkoutEx != CheckoutException.Canceled)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1283if (checkoutException.Equals(CheckoutException.Canceled)) 2520if (checkoutException.Equals(CheckoutException.Canceled))
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ComponentDesignerTests.cs (2)
1131.Throws(CheckoutException.Canceled) 1479yield return new object[] { CheckoutException.Canceled };
System\ComponentModel\Design\DesignerHostTests.cs (1)
3243throw CheckoutException.Canceled;
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
1110throw CheckoutException.Canceled;