1 write to _versionLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
46this._versionLabel = new System.Windows.Forms.Label();
7 references to _versionLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
65SetTextProperty(_versionLabel, SR.DocumentPropertiesDialogVersionLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
185this.tableLayoutPanel1.Controls.Add(this._versionLabel, 0, 12); 245this._versionLabel.AutoSize = true; 246this._versionLabel.Location = new System.Drawing.Point(3, 262); 247this._versionLabel.Margin = new System.Windows.Forms.Padding(3); 248this._versionLabel.Name = "_versionLabel"; 249this._versionLabel.Size = new System.Drawing.Size(42, 13);