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