5 references to LEGACY_ID_SEPARATOR
System.Web (5)
UI\ClientScriptManager.cs (2)
387
controlID != null && controlID.IndexOf(Control.
LEGACY_ID_SEPARATOR
) >= 0) {
389
controlID = controlID.Replace(Control.
LEGACY_ID_SEPARATOR
, Control.ID_SEPARATOR);
UI\Control.cs (3)
871
return ((EnableLegacyRendering) ?
LEGACY_ID_SEPARATOR
: ID_SEPARATOR);
3157
char[] findControlSeparators = { ID_SEPARATOR,
LEGACY_ID_SEPARATOR
};
3184
char[] findControlSeparators = { ID_SEPARATOR,
LEGACY_ID_SEPARATOR
};