1 write to _documentType
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
70
this.
_documentType
= new System.Windows.Forms.TextBox();
9 references to _documentType
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
102
SetTextProperty(
_documentType
, DocumentProperties.Current.CoreProperties.ContentType);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (8)
457
this.tableLayoutPanel4.Controls.Add(this.
_documentType
, 1, 1);
501
this.
_documentType
.BorderStyle = System.Windows.Forms.BorderStyle.None;
502
this.
_documentType
.Location = new System.Drawing.Point(75, 22);
503
this.
_documentType
.Name = "_documentType";
504
this.
_documentType
.ReadOnly = true;
505
this.
_documentType
.Size = new System.Drawing.Size(340, 13);
506
this.
_documentType
.TabStop = false;
507
this.tableLayoutPanel4.SetColumnSpan(this.
_documentType
, 2);