76 references to CheckoutException
System (19)
compmod\system\componentmodel\design\CheckoutException.cs (5)
32
/// Initializes a <see cref='System.ComponentModel.Design.
CheckoutException
'/> that specifies that the checkout
37
public readonly static
CheckoutException
Canceled = new CheckoutException(SR.GetString(SR.CHECKOUTCanceled), NativeMethods.E_ABORT);
42
/// a new instance of the <see cref='System.ComponentModel.Design.
CheckoutException
'/> class with no
52
/// Initializes a new instance of the <see cref='System.ComponentModel.Design.
CheckoutException
'/>
62
/// Initializes a new instance of the <see cref='System.ComponentModel.Design.
CheckoutException
'/>
compmod\system\componentmodel\design\MenuCommand.cs (2)
192
catch (
CheckoutException
cxe) {
193
if (cxe ==
CheckoutException
.Canceled)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
187
catch (
CheckoutException
coEx) {
188
if (coEx ==
CheckoutException
.Canceled) {
450
catch (
CheckoutException
coEx) {
451
if (coEx ==
CheckoutException
.Canceled) {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (8)
640
catch (
CheckoutException
coEx) {
641
if (coEx ==
CheckoutException
.Canceled) {
683
catch (
CheckoutException
coEx) {
684
if (coEx ==
CheckoutException
.Canceled) {
1061
catch (
CheckoutException
coEx) {
1062
if (coEx ==
CheckoutException
.Canceled) {
1129
catch (
CheckoutException
coEx) {
1130
if (coEx ==
CheckoutException
.Canceled) {
System.Web.Mobile (20)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
664
catch (
CheckoutException
ex)
666
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (2)
76
catch (
CheckoutException
ce)
78
if (ce ==
CheckoutException
.Canceled)
UI\MobileControls\Design\ListDesigner.cs (2)
519
catch (
CheckoutException
ex)
521
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\MobileContainerDesigner.cs (2)
391
catch (
CheckoutException
ex)
393
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
741
catch (
CheckoutException
ex)
743
if (ex ==
CheckoutException
.Canceled)
890
catch (
CheckoutException
ex)
892
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\ObjectListDesigner.cs (2)
551
catch (
CheckoutException
ex)
553
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (2)
76
catch (
CheckoutException
ce)
78
if (ce ==
CheckoutException
.Canceled)
UI\MobileControls\Design\SelectionListDesigner.cs (2)
413
catch (
CheckoutException
ex)
415
if (ex ==
CheckoutException
.Canceled)
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1185
catch (
CheckoutException
ex)
1187
if (ex ==
CheckoutException
.Canceled)
System.Windows.Forms (18)
winforms\Managed\System\WinForms\AxHost.cs (2)
4390
catch (
CheckoutException
coEx) {
4391
if (coEx ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
105
catch (
CheckoutException
e) {
106
if (e ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\ListView.cs (2)
5616
catch (
CheckoutException
coEx) {
5617
if (coEx ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
3581
catch (
CheckoutException
coEx) {
3582
if (coEx ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2263
catch (
CheckoutException
coEx) {
2264
if (coEx ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
335
catch (
CheckoutException
co) {
336
if (co ==
CheckoutException
.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
671
catch (
CheckoutException
coEx)
673
if (coEx ==
CheckoutException
.Canceled)
781
catch (
CheckoutException
checkoutEx)
789
if (checkoutEx ==
CheckoutException
.Canceled)
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
434
catch (
CheckoutException
coEx)
436
if (coEx ==
CheckoutException
.Canceled)
System.Workflow.Activities (6)
Common\BasePropertyDescriptor.cs (2)
139
catch (
CheckoutException
coEx)
141
if (coEx ==
CheckoutException
.Canceled)
Common\CompModHelpers.cs (2)
1379
catch (
CheckoutException
ce)
1381
if (ce ==
CheckoutException
.Canceled)
Rules\Design\Dialogs\BasicBrowserDialog.cs (2)
299
catch (
CheckoutException
coEx)
301
if (coEx ==
CheckoutException
.Canceled)
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ActivityDesigner.cs (2)
2562
catch (
CheckoutException
ex)
2564
if (ex !=
CheckoutException
.Canceled)
AuthoringOM\Design\CommandSet.cs (3)
465
catch (
CheckoutException
ex)
467
if (ex !=
CheckoutException
.Canceled)
901
if (ex !=
CheckoutException
.Canceled)
AuthoringOM\Design\DesignerHelpers.cs (1)
1439
if (e ==
CheckoutException
.Canceled)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
550
if (ex !=
CheckoutException
.Canceled)
AuthoringOM\Design\SecondaryViewProvider.cs (1)
195
if (e !=
CheckoutException
.Canceled)
AuthoringOM\Design\WorkflowView.cs (1)
1444
if (e !=
CheckoutException
.Canceled)
Shared\BasePropertyDescriptor.cs (2)
138
catch (
CheckoutException
coEx)
140
if (coEx ==
CheckoutException
.Canceled)
Shared\CompModHelpers.cs (2)
1377
catch (
CheckoutException
ce)
1379
if (ce ==
CheckoutException
.Canceled)