1 write to _itemType
System.Web (1)
UI\WebControls\Repeater.cs (1)
133
_itemType
= value;
2 references to _itemType
System.Web (2)
UI\WebControls\Repeater.cs (2)
129
return
_itemType
?? String.Empty;
132
if (!String.Equals(
_itemType
, value, StringComparison.OrdinalIgnoreCase)) {