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