1 write to _insertMethod
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1347
_insertMethod
= value;
2 references to _insertMethod
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1343
return
_insertMethod
?? String.Empty;
1346
if (!String.Equals(
_insertMethod
, value, StringComparison.OrdinalIgnoreCase)) {