25 references to ListDictionary
System (4)
compmod\system\codedom\CodeObject.cs (1)
41userData = new ListDictionary();
compmod\system\codedom\compiler\CodeGeneratorOptions.cs (1)
25private IDictionary options = new ListDictionary();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
77static private ListDictionary s_availabilityCallerArray = new ListDictionary(); 160static private ListDictionary s_callerArray = new ListDictionary();
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
688properties = new ListDictionary();
System.Web (7)
Compilation\BaseCodeDomTreeGenerator.cs (1)
764_generatedColumnOffsetDictionary = new ListDictionary();
UI\ClientScriptManager.cs (4)
651_registeredArrayDeclares = new ListDictionary(); 738_registeredHiddenFields = new ListDictionary(); 921_registeredOnSubmitStatements = new ListDictionary(); 975scriptBlocks = new ListDictionary();
UI\PageAdapter.cs (1)
132_radioButtonGroups = new ListDictionary();
UI\WebControls\LoginUtil.cs (1)
76ListDictionary replacements = new ListDictionary();
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1922private static ListDictionary _ringTrackers = new ListDictionary();
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
530ListDictionary uniqueEntries = new ListDictionary(); 620ListDictionary uniqueEntries = new ListDictionary();
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
86IDictionary bodyAttributes = new ListDictionary();
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
164_postBackVariables = new ListDictionary();
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
578_formVariables = new ListDictionary(); 933IDictionary attributes = new ListDictionary(); 1502_controlShortNames = new ListDictionary();
UI\MobileControls\CompileLiteralTextParser.cs (1)
152dictionary = new ListDictionary();
UI\MobileControls\ControlsConfig.cs (1)
31private readonly ListDictionary _deviceConfigs = new ListDictionary();
UI\MobileControls\DeviceSpecificChoice.cs (1)
534ListDictionary dict = new ListDictionary();
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXResourceReader.cs (2)
271resData = new ListDictionary(); 272resMetadata = new ListDictionary();