1 write to _customTreeList
System.Web (1)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
519
_customTreeList
= new ArrayList();
8 references to _customTreeList
System.Web (8)
Configuration\BrowserCapabilitiesCodeGenerator.cs (8)
109
return
_customTreeList
;
553
_customTreeList
.Add(customTree);
583
ProcessBrowserNode(node, (BrowserTree)
_customTreeList
[i]);
607
SetCustomTreeRoots((BrowserTree)
_customTreeList
[i], i);
608
NormalizeAndValidateTree((BrowserTree)
_customTreeList
[i], false, true);
610
AddCustomBrowserToCollectionRecursive((BrowserDefinition)(((BrowserTree)
_customTreeList
[i])[_customTreeNames[i]]), 0, i);
679
customTreeRoots.Add((BrowserDefinition)(((BrowserTree)
_customTreeList
[i])[_customTreeNames[i]]));
764
foreach (DictionaryEntry entry in (BrowserTree)
_customTreeList
[i]) {