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