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)
1479
if (
_controlShortNames
!= null)
1481
String lookup = (String)
_controlShortNames
[clientID];
1500
if (
_controlShortNames
== null)
1515
shortName = String.Concat(_shortNamePrefix, shortName,
_controlShortNames
.Count.ToString(CultureInfo.InvariantCulture));
1516
_controlShortNames
[clientID] = shortName;