30 writes to CancelButton
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
275this.CancelButton = this.cancelButton;
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
228this.CancelButton = this._cancelButton;
System\Data\WebControls\Design\Util\WizardForm.cs (1)
204this.CancelButton = this._cancelButton;
System.Web.Mobile (5)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
233this.CancelButton = this._cmdCancel;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
306this.CancelButton = _dialogButtons.CmdCancel;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
180this.CancelButton = _cmdCancel;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
324this.CancelButton = _btnCancel;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
170this.CancelButton = _btnClose;
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
315this.CancelButton = cancelButton;
winforms\Managed\System\WinForms\Form.cs (1)
3619this.CancelButton = null;
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
151this.CancelButton = this.cancelButton;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
307this.CancelButton = button1;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
238base.CancelButton = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
292this.CancelButton = this.cancelBtn;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
272CancelButton = continueButton;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
337this.CancelButton = this.btnClose;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
364this.CancelButton = this.btnCancel;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
210this.CancelButton = this.cancelButton;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
76this.CancelButton = this.cancelButton;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
101this.CancelButton = this.cancelButton;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
337this.CancelButton = this.buttonCancel;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
157this.CancelButton = this.cancelButton;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
284this.CancelButton = this.cancelButton;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
299this.CancelButton = this.buttonCancel;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
902this.CancelButton = this.cancelButton;
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
163this.CancelButton = this.cancelButton;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
235Form.ActiveForm.CancelButton = null; 242Form.ActiveForm.CancelButton = formCancelButton;
WsatUI (2)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
125this.CancelButton = this.cancelButton;
MMCUI\TraceOptionsForm.designer.cs (1)
236this.CancelButton = this.buttonCancel;
3 references to CancelButton
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
3618if (control == CancelButton) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
235return base.CancelButton;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
234formCancelButton = Form.ActiveForm.CancelButton as Button;