1 reference to CachedParentNodeStyles
System.Web (1)
UI\WebControls\TreeView.cs (1)
2271
List<TreeNodeStyle> cache = parent ?
CachedParentNodeStyles
: CachedLeafNodeStyles;