4 references to ControlUtil
System.Web.Extensions (4)
UI\PageRequestManager.cs (1)
763if (ControlUtil.IsBuiltInHiddenField(entry.Key)) {
UI\UpdatePanelControlTrigger.cs (1)
42Control foundControl = ControlUtil.FindTargetControl(ControlID, Owner, searchNamingContainers);
UI\UpdateProgress.cs (1)
194UpdatePanel c = ControlUtil.FindTargetControl(AssociatedUpdatePanelID, this, true) as UpdatePanel;
UI\WebControls\DataPager.cs (1)
339if (methodGet && ControlUtil.IsBuiltInHiddenField(field)) {