1 write to _status
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
55
this.
_status
= new System.Windows.Forms.TextBox();
8 references to _status
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
107
SetTextProperty(
_status
, DocumentProperties.Current.CoreProperties.ContentStatus);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
184
this.tableLayoutPanel1.Controls.Add(this.
_status
, 1, 11);
319
this.
_status
.BorderStyle = System.Windows.Forms.BorderStyle.None;
320
this.
_status
.Location = new System.Drawing.Point(69, 243);
321
this.
_status
.Name = "_status";
322
this.
_status
.ReadOnly = true;
323
this.
_status
.Size = new System.Drawing.Size(335, 13);
324
this.
_status
.TabStop = false;