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