1 write to _identifier
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
45this._identifier = new System.Windows.Forms.TextBox();
8 references to _identifier
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
110SetTextProperty(_identifier, DocumentProperties.Current.CoreProperties.Identifier);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
188this.tableLayoutPanel1.Controls.Add(this._identifier, 1, 13); 236this._identifier.BorderStyle = System.Windows.Forms.BorderStyle.None; 237this._identifier.Location = new System.Drawing.Point(69, 281); 238this._identifier.Name = "_identifier"; 239this._identifier.ReadOnly = true; 240this._identifier.Size = new System.Drawing.Size(335, 13); 241this._identifier.TabStop = false;