33 references to ScriptManager
System.Web (33)
UI\ClientScriptManager.cs (14)
529(_owner == null ? null : _owner.ScriptManager)); 670IScriptManager scriptManager = _owner.ScriptManager; 717IScriptManager scriptManager = _owner.ScriptManager; 757IScriptManager scriptManager = _owner.ScriptManager; 796IScriptManager scriptManager = _owner.ScriptManager; 839IScriptManager scriptManager = _owner.ScriptManager; 861IScriptManager scriptManager = _owner.ScriptManager; 906IScriptManager scriptManager = _owner.ScriptManager; 1019IScriptManager scriptManager = _owner.ScriptManager; 1213writer.Write(GetWebResourceUrl(_owner, typeof(Page), webFormScript, htmlEncoded: true, scriptManager: _owner.ScriptManager)); 1217if (_owner.ScriptManager != null && _owner.ScriptManager.EnableCdn && _owner.ScriptManager.EnableCdnFallback) { 1218var localPath = GetWebResourceUrl(_owner, typeof(Page), webFormScript, htmlEncoded: true, scriptManager: _owner.ScriptManager, enableCdn: false);
UI\Page.cs (5)
1368(ScriptManager == null || !ScriptManager.IsInAsyncPostBack)) { 2375IScriptManager scriptManager = ScriptManager; 4591(ScriptManager == null || !ScriptManager.IsInAsyncPostBack)) {
UI\WebControls\MenuRendererClassic.cs (2)
40if (Menu.Page.SupportsStyleSheets || (Menu.Page.ScriptManager != null && Menu.Page.ScriptManager.IsInAsyncPostBack)) {
UI\WebControls\MenuRendererStandards.cs (3)
59if (Menu.Page.ScriptManager != null) { 60Menu.Page.ScriptManager.RegisterClientScriptResource(Menu.Page, typeof(Menu), "MenuStandards.js"); 61Menu.Page.ScriptManager.RegisterStartupScript(Menu, typeof(MenuRendererStandards), key, initScript, false);
UI\WebControls\TreeView.cs (5)
413(Page.ScriptManager != null && Page.ScriptManager.IsInAsyncPostBack)) && 1743Page.IsCallback || (Page.ScriptManager != null && Page.ScriptManager.IsInAsyncPostBack))) { 2716IScriptManager scriptManager = Page.ScriptManager;
UI\WebParts\ImportCatalogPart.cs (1)
146IScriptManager scriptManager = Page.ScriptManager;
UI\WebParts\WebPartManager.cs (1)
3900IScriptManager scriptManager = Page.ScriptManager;
UI\WebParts\WebPartMenu.cs (1)
82IScriptManager scriptManager = _menuUser.Page.ScriptManager;
UI\WebParts\WebPartPersonalization.cs (1)
671IScriptManager scriptManager = page.ScriptManager;