2 writes to _currentNewStyleType
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (2)
402
_currentNewStyleType
= Type.GetType((String) _lvAvailableStyles.Items[0].SubItems[1].Text + "." +
800
_currentNewStyleType
= Type.GetType((String) _lvAvailableStyles.SelectedItems[0].SubItems[1].Text + "." +
2 references to _currentNewStyleType
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (2)
486
String newStyleID =
_currentNewStyleType
.Name;
761
Style newStyle = (Style)Activator.CreateInstance(
_currentNewStyleType
);