1 write to _documentModifiedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
75
this.
_documentModifiedDate
= new System.Windows.Forms.TextBox();
8 references to _documentModifiedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
107
SetTextProperty(
_documentModifiedDate
, DocumentProperties.Current.CoreProperties.Modified);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
538
this._documentTable.Controls.Add(this.
_documentModifiedDate
, 1, 3);
568
this.
_documentModifiedDate
.BorderStyle = System.Windows.Forms.BorderStyle.None;
569
this.
_documentModifiedDate
.Location = new System.Drawing.Point(88, 60);
570
this.
_documentModifiedDate
.Name = "_documentModifiedDate";
571
this.
_documentModifiedDate
.ReadOnly = true;
572
this.
_documentModifiedDate
.Size = new System.Drawing.Size(282, 13);
573
this.
_documentModifiedDate
.TabStop = false;