1 write to _titleLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
44
this.
_titleLabel
= new System.Windows.Forms.Label();
7 references to _titleLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
56
SetTextProperty(
_titleLabel
, SR.DocumentPropertiesDialogTitleLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
164
this.tableLayoutPanel1.Controls.Add(this.
_titleLabel
, 0, 0);
228
this.
_titleLabel
.AutoSize = true;
229
this.
_titleLabel
.Location = new System.Drawing.Point(3, 3);
230
this.
_titleLabel
.Margin = new System.Windows.Forms.Padding(3);
231
this.
_titleLabel
.Name = "_titleLabel";
232
this.
_titleLabel
.Size = new System.Drawing.Size(27, 13);