9 references to ViewStateUserKey
System.Web (5)
UI\HiddenFieldPageStatePersister.cs (1)
31if (!String.IsNullOrEmpty(viewStateString) || !String.IsNullOrEmpty(Page.ViewStateUserKey)) {
UI\ObjectStateFormatter.cs (3)
200if (_page.ViewStateUserKey != null) { 201specificPurposes.Add("ViewStateUserKey: " + _page.ViewStateUserKey); 224string viewStateUserKey = _page.ViewStateUserKey;
UI\Page.cs (1)
2139if (!String.IsNullOrEmpty(ViewStateUserKey)) {
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (4)
1457if (ViewStateUserKey != null) { 1459int count = Encoding.Unicode.GetByteCount(ViewStateUserKey); 1461Encoding.Unicode.GetBytes(ViewStateUserKey,0, ViewStateUserKey.Length, macKeyModifier, 4);