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