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 37public 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)
192catch (CheckoutException cxe) { 193if (cxe == CheckoutException.Canceled)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
187catch (CheckoutException coEx) { 188if (coEx == CheckoutException.Canceled) { 450catch (CheckoutException coEx) { 451if (coEx == CheckoutException.Canceled) {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (8)
640catch (CheckoutException coEx) { 641if (coEx == CheckoutException.Canceled) { 683catch (CheckoutException coEx) { 684if (coEx == CheckoutException.Canceled) { 1061catch (CheckoutException coEx) { 1062if (coEx == CheckoutException.Canceled) { 1129catch (CheckoutException coEx) { 1130if (coEx == CheckoutException.Canceled) {
System.Web.Mobile (20)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
664catch (CheckoutException ex) 666if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (2)
76catch (CheckoutException ce) 78if (ce == CheckoutException.Canceled)
UI\MobileControls\Design\ListDesigner.cs (2)
519catch (CheckoutException ex) 521if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\MobileContainerDesigner.cs (2)
391catch (CheckoutException ex) 393if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
741catch (CheckoutException ex) 743if (ex == CheckoutException.Canceled) 890catch (CheckoutException ex) 892if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\ObjectListDesigner.cs (2)
551catch (CheckoutException ex) 553if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (2)
76catch (CheckoutException ce) 78if (ce == CheckoutException.Canceled)
UI\MobileControls\Design\SelectionListDesigner.cs (2)
413catch (CheckoutException ex) 415if (ex == CheckoutException.Canceled)
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1185catch (CheckoutException ex) 1187if (ex == CheckoutException.Canceled)
System.Windows.Forms (18)
winforms\Managed\System\WinForms\AxHost.cs (2)
4390catch (CheckoutException coEx) { 4391if (coEx == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
105catch (CheckoutException e) { 106if (e == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\ListView.cs (2)
5616catch (CheckoutException coEx) { 5617if (coEx == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
3581catch (CheckoutException coEx) { 3582if (coEx == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2263catch (CheckoutException coEx) { 2264if (coEx == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
335catch (CheckoutException co) { 336if (co == CheckoutException.Canceled) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
671catch (CheckoutException coEx) 673if (coEx == CheckoutException.Canceled) 781catch (CheckoutException checkoutEx) 789if (checkoutEx == CheckoutException.Canceled)
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
434catch (CheckoutException coEx) 436if (coEx == CheckoutException.Canceled)
System.Workflow.Activities (6)
Common\BasePropertyDescriptor.cs (2)
139catch (CheckoutException coEx) 141if (coEx == CheckoutException.Canceled)
Common\CompModHelpers.cs (2)
1379catch (CheckoutException ce) 1381if (ce == CheckoutException.Canceled)
Rules\Design\Dialogs\BasicBrowserDialog.cs (2)
299catch (CheckoutException coEx) 301if (coEx == CheckoutException.Canceled)
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ActivityDesigner.cs (2)
2562catch (CheckoutException ex) 2564if (ex != CheckoutException.Canceled)
AuthoringOM\Design\CommandSet.cs (3)
465catch (CheckoutException ex) 467if (ex != CheckoutException.Canceled) 901if (ex != CheckoutException.Canceled)
AuthoringOM\Design\DesignerHelpers.cs (1)
1439if (e == CheckoutException.Canceled)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
550if (ex != CheckoutException.Canceled)
AuthoringOM\Design\SecondaryViewProvider.cs (1)
195if (e != CheckoutException.Canceled)
AuthoringOM\Design\WorkflowView.cs (1)
1444if (e != CheckoutException.Canceled)
Shared\BasePropertyDescriptor.cs (2)
138catch (CheckoutException coEx) 140if (coEx == CheckoutException.Canceled)
Shared\CompModHelpers.cs (2)
1377catch (CheckoutException ce) 1379if (ce == CheckoutException.Canceled)