2 references to ClientSupportsFocus
System.Web (2)
UI\Page.cs (2)
2329
if (
ClientSupportsFocus
&& Form != null && (RenderFocusScript || (Form.DefaultFocus.Length > 0) || (Form.DefaultButton.Length > 0))) {
2705
if (
ClientSupportsFocus
&& (_requireFocusScript == false)) {