2 references to ItemTypeProperty
System.Web (2)
UI\ControlBuilder.cs (2)
144
where simplePropertyEntry != null && simplePropertyEntry.Name.Equals(
ItemTypeProperty
, StringComparison.OrdinalIgnoreCase)
960
if (IgnoreControlProperty && !name.Equals(
ItemTypeProperty
, StringComparison.OrdinalIgnoreCase)) {