1 write to _fileCreatedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
90
this.
_fileCreatedDate
= new System.Windows.Forms.TextBox();
8 references to _fileCreatedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
122
SetTextProperty(
_fileCreatedDate
, DocumentProperties.Current.FileCreated); //SecurityCritical
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
664
this._fileTable.Controls.Add(this.
_fileCreatedDate
, 1, 0);
709
this.
_fileCreatedDate
.BorderStyle = System.Windows.Forms.BorderStyle.None;
710
this.
_fileCreatedDate
.Location = new System.Drawing.Point(66, 3);
711
this.
_fileCreatedDate
.Name = "_fileCreatedDate";
712
this.
_fileCreatedDate
.ReadOnly = true;
713
this.
_fileCreatedDate
.Size = new System.Drawing.Size(282, 13);
714
this.
_fileCreatedDate
.TabStop = false;