1 write to _okButton
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
37
this.
_okButton
= new System.Windows.Forms.Button();
11 references to _okButton
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
74
SetTextProperty(
_okButton
, SR.DocumentPropertiesDialogOkButtonLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (10)
111
this.
_okButton
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
112
this.
_okButton
.AutoSize = true;
113
this.
_okButton
.Margin = new System.Windows.Forms.Padding(0,0,2,0);
114
this.
_okButton
.Name = "_okButton";
115
this.
_okButton
.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
116
this.
_okButton
.TabIndex = 0;
117
this.
_okButton
.Click += new System.EventHandler(_okButtonClick);
126
this.tableLayoutPanel3.Controls.Add(this.
_okButton
, 0, 1);
742
this.AcceptButton = this.
_okButton
;
743
this.CancelButton = this.
_okButton
;