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