1 write to _version
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
52this._version = new System.Windows.Forms.TextBox();
8 references to _version
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
110SetTextProperty(_version, DocumentProperties.Current.CoreProperties.Version);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
186this.tableLayoutPanel1.Controls.Add(this._version, 1, 12); 293this._version.BorderStyle = System.Windows.Forms.BorderStyle.None; 294this._version.Location = new System.Drawing.Point(69, 262); 295this._version.Name = "_version"; 296this._version.ReadOnly = true; 297this._version.Size = new System.Drawing.Size(335, 13); 298this._version.TabStop = false;