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