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)
20
private
OrderedDictionary
<IExtenderControl, List<Control>> _extenderControls;
22
private
OrderedDictionary
<IScriptControl, int> _scriptControls;
30
private
OrderedDictionary
<IExtenderControl, List<Control>> ExtenderControls {
39
private
OrderedDictionary
<IScriptControl, int> ScriptControls {