1 write to _language
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
42this._language = new System.Windows.Forms.TextBox();
8 references to _language
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
118SetTextProperty(_language, DocumentProperties.Current.CoreProperties.Language);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
179this.tableLayoutPanel1.Controls.Add(this._language, 1, 8); 209this._language.BorderStyle = System.Windows.Forms.BorderStyle.None; 210this._language.Location = new System.Drawing.Point(69, 205); 211this._language.Name = "_language"; 212this._language.ReadOnly = true; 213this._language.Size = new System.Drawing.Size(335, 13); 214this._language.TabStop = false;