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)
1343return _insertMethod ?? String.Empty; 1346if (!String.Equals(_insertMethod, value, StringComparison.OrdinalIgnoreCase)) {