1 write to _lastSaved
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
83
this.
_lastSaved
= new System.Windows.Forms.TextBox();
8 references to _lastSaved
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
112
SetTextProperty(
_lastSaved
, DocumentProperties.Current.CoreProperties.LastModifiedBy);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
546
this._documentTable.Controls.Add(this.
_lastSaved
, 1, 0);
635
this.
_lastSaved
.BorderStyle = System.Windows.Forms.BorderStyle.None;
636
this.
_lastSaved
.Location = new System.Drawing.Point(88, 3);
637
this.
_lastSaved
.Name = "_lastSaved";
638
this.
_lastSaved
.ReadOnly = true;
639
this.
_lastSaved
.Size = new System.Drawing.Size(282, 13);
640
this.
_lastSaved
.TabStop = false;