1 write to _revisionLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
81this._revisionLabel = new System.Windows.Forms.Label();
7 references to _revisionLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
79SetTextProperty(_revisionLabel, SR.DocumentPropertiesDialogRevisionLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
544this._documentTable.Controls.Add(this._revisionLabel, 0, 1); 619this._revisionLabel.AutoSize = true; 620this._revisionLabel.Location = new System.Drawing.Point(3, 22); 621this._revisionLabel.Margin = new System.Windows.Forms.Padding(3); 622this._revisionLabel.Name = "_revisionLabel"; 623this._revisionLabel.Size = new System.Drawing.Size(51, 13);