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)
247
if (
_bindings
== null) {
250
((IStateManager)
_bindings
).TrackViewState();
253
return
_bindings
;
3116
if (
_bindings
!= null) {
3117
((IStateManager)
_bindings
).TrackViewState();