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