1 write to _documentModifiedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
79this._documentModifiedLabel = new System.Windows.Forms.Label();
7 references to _documentModifiedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
81SetTextProperty(_documentModifiedLabel, SR.DocumentPropertiesDialogDocumentModifiedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
542this._documentTable.Controls.Add(this._documentModifiedLabel, 0, 3); 603this._documentModifiedLabel.AutoSize = true; 604this._documentModifiedLabel.Location = new System.Drawing.Point(3, 60); 605this._documentModifiedLabel.Margin = new System.Windows.Forms.Padding(3); 606this._documentModifiedLabel.Name = "_documentModifiedLabel"; 607this._documentModifiedLabel.Size = new System.Drawing.Size(50, 13);