3 references to OM_CHAR
System.Web (3)
UI\PropertyMapper.cs (3)
49
int index = mappedName.IndexOf(
OM_CHAR
, startIndex);
134
return attrName.Replace(PERSIST_CHAR,
OM_CHAR
);
147
index = mappedName.IndexOf(
OM_CHAR
, startIndex);