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)
93
return 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)
19
private
AdRotator
_adRotatorHelper;
23
internal AdPostCacheSubstitution(
AdRotator
adRotator) {
UI\WebControls\AdRotator.cs (6)
59
private static readonly Type _adrotatorType = typeof(
AdRotator
);
64
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
AdRotator
'/> class.</para>
302
internal 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)
53
private WebCntrls.
AdRotator
_webAdRotator;
91
protected virtual WebCntrls.
AdRotator
CreateWebAdRotator()