1 write to _content
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
56this._content = new System.Windows.Forms.TextBox();
8 references to _content
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
104SetTextProperty(_content, DocumentProperties.Current.CoreProperties.ContentType);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
181this.tableLayoutPanel1.Controls.Add(this._content, 1, 9); 328this._content.BorderStyle = System.Windows.Forms.BorderStyle.None; 329this._content.Location = new System.Drawing.Point(69, 224); 330this._content.Name = "_content"; 331this._content.ReadOnly = true; 332this._content.Size = new System.Drawing.Size(335, 13); 333this._content.TabStop = false;