1 write to _filename
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
69
this.
_filename
= new System.Windows.Forms.TextBox();
9 references to _filename
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
126
SetTextProperty(
_filename
, DocumentProperties.Current.Filename);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (8)
456
this.tableLayoutPanel4.Controls.Add(this.
_filename
, 1, 0);
491
this.
_filename
.BorderStyle = System.Windows.Forms.BorderStyle.None;
492
this.
_filename
.Location = new System.Drawing.Point(75, 3);
493
this.
_filename
.Name = "_filename";
494
this.
_filename
.ReadOnly = true;
495
this.
_filename
.Size = new System.Drawing.Size(340, 13);
496
this.
_filename
.TabStop = false;
497
this.tableLayoutPanel4.SetColumnSpan(this.
_filename
, 2);