1 write to _bindings
System.Web (1)
UI\WebControls\Menu.cs (1)
208
_bindings
= new MenuItemBindingCollection(this);
5 references to _bindings
System.Web (5)
UI\WebControls\Menu.cs (5)
207
if (
_bindings
== null) {
210
((IStateManager)
_bindings
).TrackViewState();
213
return
_bindings
;
2541
if (
_bindings
!= null) {
2542
((IStateManager)
_bindings
).TrackViewState();