1 write to _languageLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
50this._languageLabel = new System.Windows.Forms.Label();
7 references to _languageLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
69SetTextProperty(_languageLabel, SR.DocumentPropertiesDialogLanguageLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
178this.tableLayoutPanel1.Controls.Add(this._languageLabel, 0, 8); 277this._languageLabel.AutoSize = true; 278this._languageLabel.Location = new System.Drawing.Point(3, 205); 279this._languageLabel.Margin = new System.Windows.Forms.Padding(3); 280this._languageLabel.Name = "_languageLabel"; 281this._languageLabel.Size = new System.Drawing.Size(55, 13);