1 write to buttonCancel
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
38this.buttonCancel = new System.Windows.Forms.Button();
6 references to buttonCancel
WsatUI (6)
MMCUI\TraceOptionsForm.designer.cs (6)
75this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); 87resources.ApplyResources(this.buttonCancel, "buttonCancel"); 88this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 89this.buttonCancel.Name = "buttonCancel"; 90this.buttonCancel.UseVisualStyleBackColor = true; 236this.CancelButton = this.buttonCancel;