1 write to _documentPrintedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
74
this.
_documentPrintedDate
= new System.Windows.Forms.TextBox();
8 references to _documentPrintedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
108
SetTextProperty(
_documentPrintedDate
, DocumentProperties.Current.CoreProperties.LastPrinted);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
537
this._documentTable.Controls.Add(this.
_documentPrintedDate
, 1, 4);
559
this.
_documentPrintedDate
.BorderStyle = System.Windows.Forms.BorderStyle.None;
560
this.
_documentPrintedDate
.Location = new System.Drawing.Point(88, 79);
561
this.
_documentPrintedDate
.Name = "_documentPrintedDate";
562
this.
_documentPrintedDate
.ReadOnly = true;
563
this.
_documentPrintedDate
.Size = new System.Drawing.Size(282, 13);
564
this.
_documentPrintedDate
.TabStop = false;