4 references to ElementIDInternal
System.Web.Extensions (4)
UI\ScriptBehaviorDescriptor.cs (1)
38
return base.
ElementIDInternal
;
UI\ScriptComponentDescriptor.cs (2)
281
if (
ElementIDInternal
!= null) {
284
builder.Append(HttpUtility.JavaScriptStringEncode(
ElementIDInternal
));
UI\ScriptControlDescriptor.cs (1)
33
return base.
ElementIDInternal
;