2 instantiations of AdRotator
System.Web (1)
UI\WebControls\AdPostCacheSubstitution.cs (1)
24_adRotatorHelper = new AdRotator();
System.Web.Mobile (1)
UI\MobileControls\AdRotator.cs (1)
93return new WebCntrls.AdRotator();
14 references to AdRotator
System.Web (12)
UI\WebControls\AdCreatedEventArgs.cs (3)
81/// rendered in the <see cref='System.Web.UI.WebControls.AdRotator'/>.</para> 111/// <para> Specifies the image that will be rendered in the <see cref='System.Web.UI.WebControls.AdRotator'/>.</para> 124/// <see cref='System.Web.UI.WebControls.AdRotator'/>.</para>
UI\WebControls\AdCreatedEventHandler.cs (1)
12/// <see langword='AdCreated '/> event of an <see cref='System.Web.UI.WebControls.AdRotator'/>.</para>
UI\WebControls\AdPostCacheSubstitution.cs (2)
19private AdRotator _adRotatorHelper; 23internal AdPostCacheSubstitution(AdRotator adRotator) {
UI\WebControls\AdRotator.cs (6)
59private static readonly Type _adrotatorType = typeof(AdRotator); 64/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.AdRotator'/> class.</para> 302internal void CopyFrom(AdRotator adRotator) { 640/// <para>Raises the <see cref='System.Web.UI.WebControls.AdRotator.AdCreated'/> event for an <see cref='System.Web.UI.WebControls.AdRotator'/>.</para> 744/// <para>Displays the <see cref='System.Web.UI.WebControls.AdRotator'/> on the client.</para>
System.Web.Mobile (2)
UI\MobileControls\AdRotator.cs (2)
53private WebCntrls.AdRotator _webAdRotator; 91protected virtual WebCntrls.AdRotator CreateWebAdRotator()