4 writes to _smartNavSupport
System.Web (4)
UI\Page.cs (4)
4077_smartNavSupport = SmartNavigationSupport.NotDesiredOrSupported; 4080_smartNavSupport = SmartNavigationSupport.IE6OrNewer; 4087_smartNavSupport = SmartNavigationSupport.Desired; 4089_smartNavSupport = SmartNavigationSupport.NotDesiredOrSupported;
3 references to _smartNavSupport
System.Web (3)
UI\Page.cs (3)
4056if (_smartNavSupport == SmartNavigationSupport.NotDesiredOrSupported) 4060if (_smartNavSupport == SmartNavigationSupport.Desired) { 4083return (_smartNavSupport != SmartNavigationSupport.NotDesiredOrSupported);