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)
4056
if (
_smartNavSupport
== SmartNavigationSupport.NotDesiredOrSupported)
4060
if (
_smartNavSupport
== SmartNavigationSupport.Desired) {
4083
return (
_smartNavSupport
!= SmartNavigationSupport.NotDesiredOrSupported);