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