2 writes to _stateFormatter
System.Web (2)
UI\WebControls\GridView.cs (2)
135
_stateFormatter
= stateFormatter;
1528
_stateFormatter
= Page.CreateStateFormatter();
2 references to _stateFormatter
System.Web (2)
UI\WebControls\GridView.cs (2)
1527
if (
_stateFormatter
== null) {
1530
return
_stateFormatter
;