1 write to _sizeLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
71this._sizeLabel = new System.Windows.Forms.Label();
8 references to _sizeLabel
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
76SetTextProperty(_sizeLabel, SR.DocumentPropertiesDialogSizeLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
458this.tableLayoutPanel4.Controls.Add(this._sizeLabel, 1, 2); 511this._sizeLabel.AutoSize = true; 512this._sizeLabel.Location = new System.Drawing.Point(75, 41); 513this._sizeLabel.Margin = new System.Windows.Forms.Padding(3); 514this._sizeLabel.Name = "_sizeLabel"; 515this._sizeLabel.Size = new System.Drawing.Size(40, 13); 516this._sizeLabel.Margin = new System.Windows.Forms.Padding(0,3,3,3);