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