5 references to ID_RENDER_SEPARATOR
System.Web (5)
UI\Control.cs (5)
221return uniqueID.Replace(IdSeparator, ID_RENDER_SEPARATOR); 285predictableIDPrefix = predictableIDPrefix + ID_RENDER_SEPARATOR + _id; 308predictableIDSuffix = predictableIDSuffix + ID_RENDER_SEPARATOR + dataKey[suffixName].ToString(); 314predictableIDSuffix = ID_RENDER_SEPARATOR + index.ToString(CultureInfo.InvariantCulture); 366return ID_RENDER_SEPARATOR;