1 write to _bindings
System.Web (1)
UI\WebControls\TreeView.cs (1)
248_bindings = new TreeNodeBindingCollection();
5 references to _bindings
System.Web (5)
UI\WebControls\TreeView.cs (5)
247if (_bindings == null) { 250((IStateManager)_bindings).TrackViewState(); 253return _bindings; 3116if (_bindings != null) { 3117((IStateManager)_bindings).TrackViewState();