1 write to _fileModifiedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
89this._fileModifiedLabel = new System.Windows.Forms.Label();
7 references to _fileModifiedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
85SetTextProperty(_fileModifiedLabel, SR.DocumentPropertiesDialogFileModifiedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
663this._fileTable.Controls.Add(this._fileModifiedLabel, 0, 1); 701this._fileModifiedLabel.AutoSize = true; 702this._fileModifiedLabel.Location = new System.Drawing.Point(3, 22); 703this._fileModifiedLabel.Margin = new System.Windows.Forms.Padding(3); 704this._fileModifiedLabel.Name = "_fileModifiedLabel"; 705this._fileModifiedLabel.Size = new System.Drawing.Size(50, 13);