2 writes to _controlShortNames
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
198_controlShortNames = null; 1502_controlShortNames = new ListDictionary();
5 references to _controlShortNames
System.Web.Mobile (5)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (5)
1479if (_controlShortNames != null) 1481String lookup = (String)_controlShortNames[clientID]; 1500if (_controlShortNames == null) 1515shortName = String.Concat(_shortNamePrefix, shortName, _controlShortNames.Count.ToString(CultureInfo.InvariantCulture)); 1516_controlShortNames[clientID] = shortName;