1 write to _documentCreatedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
76this._documentCreatedDate = new System.Windows.Forms.TextBox();
8 references to _documentCreatedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
99SetTextProperty(_documentCreatedDate, DocumentProperties.Current.CoreProperties.Created);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
539this._documentTable.Controls.Add(this._documentCreatedDate, 1, 2); 577this._documentCreatedDate.BorderStyle = System.Windows.Forms.BorderStyle.None; 578this._documentCreatedDate.Location = new System.Drawing.Point(88, 41); 579this._documentCreatedDate.Name = "_documentCreatedDate"; 580this._documentCreatedDate.ReadOnly = true; 581this._documentCreatedDate.Size = new System.Drawing.Size(282, 13); 582this._documentCreatedDate.TabStop = false;