1 write to _documentPrintedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
78this._documentPrintedLabel = new System.Windows.Forms.Label();
7 references to _documentPrintedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
75SetTextProperty(_documentPrintedLabel, SR.DocumentPropertiesDialogDocumentPrintedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
541this._documentTable.Controls.Add(this._documentPrintedLabel, 0, 4); 595this._documentPrintedLabel.AutoSize = true; 596this._documentPrintedLabel.Location = new System.Drawing.Point(3, 79); 597this._documentPrintedLabel.Margin = new System.Windows.Forms.Padding(3); 598this._documentPrintedLabel.Name = "_documentPrintedLabel"; 599this._documentPrintedLabel.Size = new System.Drawing.Size(43, 13);