2 references to OrderedDictionary
System.Web.Extensions (2)
UI\ScriptControlManager.cs (2)
33
_extenderControls = new
OrderedDictionary
<IExtenderControl, List<Control>>();
42
_scriptControls = new
OrderedDictionary
<IScriptControl, int>();