2 writes to _appLevelAutoUICulture
System.Web (2)
HttpApplication.cs (2)
2653
_appLevelAutoUICulture
= true;
2660
_appLevelAutoUICulture
= false;
2 references to _appLevelAutoUICulture
System.Web (2)
HttpApplication.cs (2)
2029
if((_appLevelAutoCulture ||
_appLevelAutoUICulture
) && _context != null && _context.HideRequestResponse == false) {
2043
if(
_appLevelAutoUICulture
) {