1 write to _fileModifiedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
86
this.
_fileModifiedDate
= new System.Windows.Forms.TextBox();
8 references to _fileModifiedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
116
SetTextProperty(
_fileModifiedDate
, DocumentProperties.Current.FileModified); //SecurityCritical
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
660
this._fileTable.Controls.Add(this.
_fileModifiedDate
, 1, 1);
675
this.
_fileModifiedDate
.BorderStyle = System.Windows.Forms.BorderStyle.None;
676
this.
_fileModifiedDate
.Location = new System.Drawing.Point(66, 22);
677
this.
_fileModifiedDate
.Name = "_fileModifiedDate";
678
this.
_fileModifiedDate
.ReadOnly = true;
679
this.
_fileModifiedDate
.Size = new System.Drawing.Size(282, 13);
680
this.
_fileModifiedDate
.TabStop = false;