1 write to _category
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
54this._category = new System.Windows.Forms.TextBox();
8 references to _category
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
96SetTextProperty(_category, DocumentProperties.Current.CoreProperties.Category);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
176this.tableLayoutPanel1.Controls.Add(this._category, 1, 6); 310this._category.BorderStyle = System.Windows.Forms.BorderStyle.None; 311this._category.Location = new System.Drawing.Point(69, 186); 312this._category.Name = "_category"; 313this._category.ReadOnly = true; 314this._category.Size = new System.Drawing.Size(335, 13); 315this._category.TabStop = false;