1 write to _cachedExpandStateID
System.Web (1)
UI\WebControls\TreeView.cs (1)
526
_cachedExpandStateID
= ClientID + "_ExpandState";
2 references to _cachedExpandStateID
System.Web (2)
UI\WebControls\TreeView.cs (2)
525
if (
_cachedExpandStateID
== null) {
528
return
_cachedExpandStateID
;