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