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)
97ScriptManager.RegisterAsyncPostBackControl(_associatedControl); 102EventInfo eventInfo = _associatedControl.GetType().GetEvent(eventName, BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public); 116eventInfo.AddEventHandler(_associatedControl, handler); 131(sourceElement == _associatedControl.UniqueID) || 132(sourceElement.StartsWith(_associatedControl.UniqueID + "$", StringComparison.Ordinal));