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