1 write to _itemType
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
131
_itemType
= value;
2 references to _itemType
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
127
return
_itemType
?? String.Empty;
130
if (!String.Equals(
_itemType
, value, StringComparison.OrdinalIgnoreCase)) {