3 writes to _htmlEncodeFormatString
System.Web (3)
UI\WebControls\BoundField.cs (3)
232
_htmlEncodeFormatString
= (bool)o;
235
_htmlEncodeFormatString
= true;
245
_htmlEncodeFormatString
= value;
1 reference to _htmlEncodeFormatString
System.Web (1)
UI\WebControls\BoundField.cs (1)
239
return
_htmlEncodeFormatString
;