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