1 write to _txtType
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
160
_txtType
= new TextBox();
7 references to _txtType
System.Web.Mobile (7)
UI\MobileControls\Design\StylesEditorDialog.cs (7)
271
_txtType
.SetBounds(14, 181, 180, 16);
272
_txtType
.ReadOnly = true;
273
_txtType
.TabIndex = 11;
274
_txtType
.TabStop = true;
339
_txtType
,
520
_txtType
.Text = String.Empty;
524
_txtType
.Text = ((StyleNode)SelectedStyle).FullName;