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