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