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