2 instantiations of OrderedDictionary
System.Web.Extensions (2)
UI\ScriptControlManager.cs (2)
33_extenderControls = new OrderedDictionary<IExtenderControl, List<Control>>(); 42_scriptControls = new OrderedDictionary<IScriptControl, int>();
4 references to OrderedDictionary
System.Web.Extensions (4)
UI\ScriptControlManager.cs (4)
20private OrderedDictionary<IExtenderControl, List<Control>> _extenderControls; 22private OrderedDictionary<IScriptControl, int> _scriptControls; 30private OrderedDictionary<IExtenderControl, List<Control>> ExtenderControls { 39private OrderedDictionary<IScriptControl, int> ScriptControls {