5 references to TargetControl
System.Web (5)
UI\ClientScriptManager.cs (3)
133
RegisterForEventValidation(options.
TargetControl
.UniqueID, options.Argument);
433
string postbackRef = GetPostBackEventReference(options.
TargetControl
, options.Argument);
449
builder.Append(options.
TargetControl
.UniqueID);
UI\WebControls\Button.cs (1)
274
if (uniqueID != null && (options == null || options.
TargetControl
== this)) {
UI\WebControls\ImageButton.cs (1)
298
if (uniqueID != null && (options == null || options.
TargetControl
== this)) {