2 writes to _stateFormatter
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
1484
_stateFormatter
= new LosFormatter();
1488
_stateFormatter
= new LosFormatter(true, GetMacKeyModifier());
2 references to _stateFormatter
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
1480
if (
_stateFormatter
== null)
1491
return
_stateFormatter
;