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