1 write to _size
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
67this._size = new System.Windows.Forms.TextBox();
9 references to _size
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
124SetTextProperty(_size, FormatFileSize(DocumentProperties.Current.FileSize)); //SecurityCritical
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (8)
459this.tableLayoutPanel4.Controls.Add(this._size, 2, 2); 472this._size.BorderStyle = System.Windows.Forms.BorderStyle.None; 473this._size.Location = new System.Drawing.Point(90, 41); 474this._size.Multiline = true; 475this._size.Name = "_size"; 476this._size.ReadOnly = true; 477this._size.Size = new System.Drawing.Size(270, 28); 478this._size.TabStop = false;