3 types derived from Image
System.Web (2)
UI\WebControls\ImageButton.cs (1)
32
public class ImageButton :
Image
, IPostBackDataHandler, IPostBackEventHandler, IButtonControl {
UI\WebControls\ImageMap.cs (1)
26
public class ImageMap :
Image
, IPostBackEventHandler {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
553
private class CustomImageControl : System.Web.UI.WebControls.
Image
26 instantiations of Image
System.Web (25)
UI\WebControls\Adapters\MenuAdapter.cs (6)
255
Image expandImage = new
Image
();
324
Image separatorImage = new
Image
();
376
Image spacerImage = new
Image
();
393
Image newImage = new
Image
();
539
Image separatorImage = new
Image
();
549
Image spacerImage = new
Image
();
UI\WebControls\AdRotator.cs (1)
803
Image bannerImage = new
Image
();
UI\WebControls\ChangePassword.cs (5)
2676
successContainer.EditProfileIcon = new
Image
();
2974
container.PasswordRecoveryIcon = new
Image
();
2978
container.CreateUserIcon = new
Image
();
2983
container.HelpPageIcon = new
Image
();
2990
container.EditProfileIcon = new
Image
();
UI\WebControls\Column.cs (1)
319
Image headerImage = new
Image
();
UI\WebControls\CreateUserWizard.cs (2)
3074
container.EditProfileIcon = new
Image
();
3178
Image helpPageIcon = new
Image
();
UI\WebControls\DataControlField.cs (1)
495
Image headerImage = new
Image
();
UI\WebControls\HyperLink.cs (1)
268
Image img = new
Image
();
UI\WebControls\ImageField.cs (1)
460
Image image = new
Image
();
UI\WebControls\login.cs (3)
1863
loginContainer.PasswordRecoveryIcon = new
Image
();
1864
loginContainer.HelpPageIcon = new
Image
();
1865
loginContainer.CreateUserIcon = new
Image
();
UI\WebControls\PasswordRecovery.cs (2)
2306
questionContainer.HelpPageIcon = new
Image
();
2622
userNameContainer.HelpPageIcon = new
Image
();
UI\WebParts\CatalogPartChrome.cs (1)
194
System.Web.UI.WebControls.Image img = new System.Web.UI.WebControls.
Image
();
UI\WebParts\ZoneLinkButton.cs (1)
55
Image image = new
Image
();
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
540
System.Web.UI.WebControls.Image img = new System.Web.UI.WebControls.
Image
();
58 references to Image
System.Web (57)
UI\WebControls\Adapters\MenuAdapter.cs (6)
255
Image
expandImage = new Image();
324
Image
separatorImage = new Image();
376
Image
spacerImage = new Image();
393
Image
newImage = new Image();
539
Image
separatorImage = new Image();
549
Image
spacerImage = new Image();
UI\WebControls\AdRotator.cs (1)
803
Image
bannerImage = new Image();
UI\WebControls\ChangePassword.cs (15)
2382
Image
createUserIcon = container.CreateUserIcon;
2386
Image
passwordRecoveryIcon = container.PasswordRecoveryIcon;
2388
Image
helpPageIcon = container.HelpPageIcon;
2392
Image
editProfileIcon = container.EditProfileIcon;
2544
Image
editProfileIcon = container.EditProfileIcon;
2763
private
Image
_editProfileIcon;
2803
internal
Image
EditProfileIcon {
3196
private
Image
_createUserIcon;
3197
private
Image
_helpPageIcon;
3198
private
Image
_passwordRecoveryIcon;
3199
private
Image
_editProfileIcon;
3320
internal
Image
CreateUserIcon {
3371
internal
Image
EditProfileIcon {
3412
internal
Image
HelpPageIcon {
3499
internal
Image
PasswordRecoveryIcon {
UI\WebControls\Column.cs (1)
319
Image
headerImage = new Image();
UI\WebControls\CreateUserWizard.cs (5)
1979
Image
helpPageIcon = _createUserStepContainer.HelpPageIcon;
2083
Image
editProfileIcon = _completeStepContainer.EditProfileIcon;
3178
Image
helpPageIcon = new Image();
3670
internal
Image
HelpPageIcon { get; set; }
3784
internal
Image
EditProfileIcon { get; set; }
UI\WebControls\DataControlField.cs (1)
495
Image
headerImage = new Image();
UI\WebControls\HyperLink.cs (1)
268
Image
img = new Image();
UI\WebControls\Image.cs (2)
29
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
Image
'/> class.</para>
187
/// <para>Adds the attributes of an <see cref='System.Web.UI.WebControls.
Image
'/> to the output stream for rendering on
UI\WebControls\ImageField.cs (8)
290
Image
image = childControl as
Image
;
460
Image
image = new Image();
482
if (boundControl.Controls.Count == 0 || !(boundControl.Controls[0] is
Image
)) {
485
((
Image
)boundControl.Controls[0]).Visible = false;
495
if (cell.Controls.Count < 2 || !(cell.Controls[0] is
Image
) || !(cell.Controls[1] is Label)) {
498
Image
image = (
Image
)cell.Controls[0];
UI\WebControls\login.cs (9)
1586
Image
createUserIcon = container.CreateUserIcon;
1590
Image
passwordRecoveryIcon = container.PasswordRecoveryIcon;
1592
Image
helpPageIcon = container.HelpPageIcon;
2326
private
Image
_createUserIcon;
2327
private
Image
_helpPageIcon;
2328
private
Image
_passwordRecoveryIcon;
2357
internal
Image
PasswordRecoveryIcon {
2366
internal
Image
HelpPageIcon {
2375
internal
Image
CreateUserIcon {
UI\WebControls\PasswordRecovery.cs (6)
1920
Image
helpPageIcon = container.HelpPageIcon;
2119
Image
helpPageIcon = container.HelpPageIcon;
2807
private
Image
_helpPageIcon;
2874
public
Image
HelpPageIcon {
3020
private
Image
_helpPageIcon;
3054
public
Image
HelpPageIcon {
UI\WebParts\CatalogPartChrome.cs (1)
194
System.Web.UI.WebControls.
Image
img = new System.Web.UI.WebControls.Image();
UI\WebParts\ZoneLinkButton.cs (1)
55
Image
image = new Image();
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
540
System.Web.UI.WebControls.
Image
img = new System.Web.UI.WebControls.Image();