7 references to IdSeparator
System.Web (7)
UI\Control.cs (3)
220
if(uniqueID != null && uniqueID.IndexOf(
IdSeparator
) >= 0) {
221
return uniqueID.Replace(
IdSeparator
, ID_RENDER_SEPARATOR);
1677
_occasionalFields.UniqueIDPrefix = uniqueID +
IdSeparator
;
UI\HtmlControls\HtmlInputRadioButton.cs (1)
125
int lastColon = uid.LastIndexOf(
IdSeparator
);
UI\PartialCachingControl.cs (2)
521
prefix +=
IdSeparator
;
524
prefix += _ctrlID +
IdSeparator
;
UI\WebControls\RadioButton.cs (1)
69
int lastColon = uid.LastIndexOf(
IdSeparator
);