4 references to IsEnumType
System.Web.Extensions (4)
UI\WebControls\Dynamic.cs (4)
779
else if (
IsEnumType
(left.Type) ||
IsEnumType
(right.Type)) {
1160
if ((IsNumericType(exprType) ||
IsEnumType
(exprType)) &&
1161
(IsNumericType(type) ||
IsEnumType
(type)))