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)
207if (_bindings == null) { 210((IStateManager)_bindings).TrackViewState(); 213return _bindings; 2541if (_bindings != null) { 2542((IStateManager)_bindings).TrackViewState();