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