1 write to _documentModifiedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
79
this.
_documentModifiedLabel
= new System.Windows.Forms.Label();
7 references to _documentModifiedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
81
SetTextProperty(
_documentModifiedLabel
, SR.DocumentPropertiesDialogDocumentModifiedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
542
this._documentTable.Controls.Add(this.
_documentModifiedLabel
, 0, 3);
603
this.
_documentModifiedLabel
.AutoSize = true;
604
this.
_documentModifiedLabel
.Location = new System.Drawing.Point(3, 60);
605
this.
_documentModifiedLabel
.Margin = new System.Windows.Forms.Padding(3);
606
this.
_documentModifiedLabel
.Name = "_documentModifiedLabel";
607
this.
_documentModifiedLabel
.Size = new System.Drawing.Size(50, 13);