3 references to FocusedControl
System.Web (3)
UI\Page.cs (3)
2336else if (FocusedControl != null) { 2337if (FocusedControl.Visible) { 2338focusedControlId = FocusedControl.ClientID;