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