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