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