5 references to SupportsCallback
System.Web (5)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
47return _browser.SupportsCallback;
UI\ClientScriptManager.cs (1)
290if (_owner.ClientSupportsJavaScript && (_owner.RequestInternal != null) && _owner.RequestInternal.Browser.SupportsCallback) {
UI\WebControls\DetailsView.cs (1)
2163if (EnablePagingCallbacks && (Context != null) && (Page != null) && (Page.RequestInternal != null) && Page.Request.Browser.SupportsCallback && !IsParentedToUpdatePanel) {
UI\WebControls\GridView.cs (1)
2729if (EnableSortingAndPagingCallbacks && (Context != null) && (Page != null) && (Page.RequestInternal != null) && Page.Request.Browser.SupportsCallback && !IsParentedToUpdatePanel) {
UI\WebControls\TreeView.cs (1)
947(Page != null && !Page.Request.Browser.SupportsCallback)) {