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