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)
486String newStyleID = _currentNewStyleType.Name; 761Style newStyle = (Style)Activator.CreateInstance(_currentNewStyleType);