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