1 write to _associatedControl
System.Web.Extensions (1)
UI\AsyncPostBackTrigger.cs (1)
95
_associatedControl
= FindTargetControl(true);
5 references to _associatedControl
System.Web.Extensions (5)
UI\AsyncPostBackTrigger.cs (5)
97
ScriptManager.RegisterAsyncPostBackControl(
_associatedControl
);
102
EventInfo eventInfo =
_associatedControl
.GetType().GetEvent(eventName, BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public);
116
eventInfo.AddEventHandler(
_associatedControl
, handler);
131
(sourceElement ==
_associatedControl
.UniqueID) ||
132
(sourceElement.StartsWith(
_associatedControl
.UniqueID + "$", StringComparison.Ordinal));