2 references to ContextKey
System.Web.Mobile (2)
Mobile\ErrorHandlerModule.cs (1)
117
context.Items[MobileErrorInfo.
ContextKey
] = errorInfo;
UI\MobileControls\ErrorFormatterPage.cs (1)
52
_errorInfo = Context.Items[MobileErrorInfo.
ContextKey
] as MobileErrorInfo;