2 types derived from Image
System.Drawing (2)
commonui\System\Drawing\Advanced\Metafile.cs (1)
36public sealed class Metafile : Image {
commonui\System\Drawing\Bitmap.cs (1)
37public sealed class Bitmap : Image {
677 references to Image
System.Drawing (144)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
1714Image.GetThumbnailImageAbort callback,
commonui\System\Drawing\Advanced\ImageLockMode.cs (1)
20/// Indicates the access mode for an <see cref='System.Drawing.Image'/>.
commonui\System\Drawing\Advanced\TextureBrush.cs (11)
53public TextureBrush(Image bitmap) 71public TextureBrush(Image image, WrapMode wrapMode) { 108public TextureBrush(Image image, WrapMode wrapMode, RectangleF dstRect) { 150public TextureBrush(Image image, WrapMode wrapMode, Rectangle dstRect) { 193public TextureBrush(Image image, RectangleF dstRect) 210public TextureBrush(Image image, RectangleF dstRect, 248public TextureBrush(Image image, Rectangle dstRect) 265public TextureBrush(Image image, Rectangle dstRect, 407/// Gets the <see cref='System.Drawing.Image'/> associated with this <see cref='System.Drawing.TextureBrush'/>. 410public Image Image { 420return Image.CreateImageObject(image);
commonui\System\Drawing\Bitmap.cs (3)
313public Bitmap(Image original) : this(original, original.Width, original.Height) { 324public Bitmap(Image original, int width, int height) : this(width, height) { 461public Bitmap(Image original, Size newSize) :
commonui\System\Drawing\Design\PropertyValueUIItem.cs (3)
31private Image itemImage; 49public PropertyValueUIItem(Image uiItemImage, PropertyValueUIItemInvokeHandler handler, string tooltip){ 66public virtual Image Image {
commonui\System\Drawing\Graphics.cs (39)
81private Image backingImage; 224/// from an existing <see cref='System.Drawing.Image'/>. 228public static Graphics FromImage(Image image) { 2751public void DrawImage(Image image, PointF point) { 2759public void DrawImage(Image image, float x, float y) { 2777public void DrawImage(Image image, RectangleF rect) { 2785public void DrawImage(Image image, float x, float y, float width, 2807public void DrawImage(Image image, Point point) { 2815public void DrawImage(Image image, int x, int y) { 2833public void DrawImage(Image image, Rectangle rect) { 2841public void DrawImage(Image image, int x, int y, int width, int height) { 2864public void DrawImageUnscaled(Image image, Point point) { 2871public void DrawImageUnscaled(Image image, int x, int y) { 2878public void DrawImageUnscaled(Image image, Rectangle rect) { 2885public void DrawImageUnscaled(Image image, int x, int y, int width, int height) { 2892public void DrawImageUnscaledAndClipped(Image image, Rectangle rect) { 2919public void DrawImage(Image image, PointF[] destPoints) { 2952public void DrawImage(Image image, Point[] destPoints) { 2990public void DrawImage(Image image, float x, float y, RectangleF srcRect, 3018public void DrawImage(Image image, int x, int y, Rectangle srcRect, 3046public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, 3080public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, 3111public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3152public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3159public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3167public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3211public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) { 3218public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, 3225public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, 3233public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, 3277public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, 3284public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, 3292public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, 3301public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, 3333public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, 3340public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, 3348public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, 3356public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, 4640private void IgnoreMetafileErrors(Image image, ref int errorStatus) {
commonui\System\Drawing\IconConverter.cs (2)
55if (destinationType == typeof(Image) || destinationType == typeof(Bitmap)) { 99if (destinationType == typeof(Image) || destinationType == typeof(Bitmap)) {
commonui\System\Drawing\Image.cs (44)
146/// Creates an <see cref='System.Drawing.Image'/> from the specified file. 151public static Image FromFile(String filename) { 152return Image.FromFile(filename, false); 161public static Image FromFile(String filename, 208Image img = CreateImageObject(image); 221/// Creates an <see cref='System.Drawing.Image'/> from the specified data 227public static Image FromStream(Stream stream) { 228return Image.FromStream(stream, false); 237public static Image FromStream(Stream stream, 249public static Image FromStream(Stream stream, bool useEmbeddedColorManagement, bool validateImageData ) { 281Image img = CreateImageObject(image); 327/// Creates an exact copy of this <see cref='System.Drawing.Image'/>. 355/// <see cref='System.Drawing.Image'/>. 394/// <see cref='System.Drawing.Image'/>. 402internal static void EnsureSave(Image image, string filename, Stream dataStream) { 483internal static Image CreateImageObject(IntPtr nativeImage) { 484Image image; 526/// for this <see cref='System.Drawing.Image'/>. 564/// Saves this <see cref='System.Drawing.Image'/> to the specified file. 572/// Saves this <see cref='System.Drawing.Image'/> to the specified file in the 590/// Saves this <see cref='System.Drawing.Image'/> to the specified file in the specified format 666/// Saves this <see cref='System.Drawing.Image'/> to the specified stream in the specified 681/// Saves this <see cref='System.Drawing.Image'/> to the specified stream in the specified 737/// <see cref='System.Drawing.Image'/>. 762/// specified <see cref='System.Drawing.Image'/>. 766public void SaveAdd(Image image, EncoderParameters encoderParams) { 806/// <see cref='System.Drawing.Image'/>. 816/// Gets the width and height of this <see cref='System.Drawing.Image'/>. 827/// Gets the width of this <see cref='System.Drawing.Image'/>. 849/// Gets the height of this <see cref='System.Drawing.Image'/>. 872/// pixels-per-inch, of this <see cref='System.Drawing.Image'/>. 890/// pixels-per-inch, of this <see cref='System.Drawing.Image'/>. 907/// Gets attribute flags for this <see cref='System.Drawing.Image'/>. 925/// Gets the format of this <see cref='System.Drawing.Image'/>. 943/// Gets the pixel format for this <see cref='System.Drawing.Image'/>. 961/// the specified units for this <see cref='System.Drawing.Image'/>. 1027/// palette used for this <see cref='System.Drawing.Image'/>. 1044/// Returns the thumbnail for this <see cref='System.Drawing.Image'/>. 1046public Image GetThumbnailImage(int thumbWidth, int thumbHeight, 1064/// dimensions of frames within this <see cref='System.Drawing.Image'/>. 1168/// this <see cref='System.Drawing.Image'/>. 1199/// <see cref='System.Drawing.Image'/>. 1237/// this <see cref='System.Drawing.Image'/>. 1264/// Gets an array of <see cref='System.Drawing.Imaging.PropertyItem'/> objects that describe this <see cref='System.Drawing.Image'/>.
commonui\System\Drawing\ImageAnimator.cs (4)
98public static void UpdateFrames(Image image) { 177public static void Animate(Image image, EventHandler onFrameChangedHandler) { 252public static bool CanAnimate(Image image) { 275public static void StopAnimate(Image image, EventHandler onFrameChangedHandler) {
commonui\System\Drawing\ImageConverter.cs (6)
99return Image.FromStream(memStream); 125Image image = (Image)value; 136Image image = null; 140image = (Image) value; 260return TypeDescriptor.GetProperties(typeof(Image), attributes);
commonui\System\Drawing\ImageInfo.cs (3)
24Image image; 35public ImageInfo(Image image) { 147internal Image Image {
commonui\System\Drawing\Printing\PreviewPageInfo.cs (3)
21private Image image; 33public PreviewPageInfo(Image image, Size physicalSize) { 42public Image Image {
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
558public bool IsDirectPrintingSupported(Image image) {
commonui\System\Drawing\ToolboxBitmapAttribute.cs (23)
36private Image smallImage; 42private Image largeImage; 123private ToolboxBitmapAttribute(Image smallImage, Image largeImage) { 159public Image GetImage(object component) { 168public Image GetImage(object component, bool large) { 180public Image GetImage(Type type) { 190public Image GetImage(Type type, bool large) { 200public Image GetImage(Type type, string imgName, bool large) { 205Image img = null; 240Image toReturn = (large) ? largeImage : smallImage; 283private static Image GetIconFromStream(Stream stream, bool large, bool scaled) { 312private static Image GetImageFromFile(string imageFile, bool large, bool scaled = true) { 313Image image = null; 335image = Image.FromFile(imageFile); 354static private Image GetBitmapFromResource(Type t, string bitmapname, bool large, bool scaled) { 359Image img = null; 382static private Image GetIconFromResource(Type t, string bitmapname, bool large, bool scaled) { 396public static Image GetImageFromResource(Type t, string imageName, bool large) { 407internal static Image GetImageFromResource(Type t, string imageName, bool large, bool scaled) { 408Image img = null; 479public static readonly ToolboxBitmapAttribute Default = new ToolboxBitmapAttribute((Image)null, (Image)null);
System.Web.DataVisualization (107)
Common\Annotation\TextAnnotation.cs (1)
933System.Drawing.Image graphicsImage = null;
Common\ChartTypes\AreaChart.cs (4)
86 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 88 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 212 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 214 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BarChart.cs (2)
190 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 192 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BoxPlotChart.cs (2)
207 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 209 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BubbleChart.cs (2)
113override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 115 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ChartTypeRegistry.cs (1)
310System.Drawing.Image GetImage(ChartTypeRegistry registry);
Common\ChartTypes\ColumnChart.cs (2)
99 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 101 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\DoughnutChart.cs (2)
56 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 58 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ErrorBarChart.cs (2)
255virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 257 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FastLineChart.cs (2)
215virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 217 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FastPointChart.cs (2)
216 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 218 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FunnelChart.cs (2)
390 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 392 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\KagiChart.cs (2)
969 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 971 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\LineChart.cs (4)
76 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 78 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 249 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 251 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PieChart.cs (2)
153 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 155 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PointAndFigureChart.cs (2)
906 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 908 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PointChart.cs (2)
255virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 257 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RadarChart.cs (2)
243 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 245 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RangeChart.cs (4)
90 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 92 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 220 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 222 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RenkoChart.cs (2)
654virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 656 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedAreaChart.cs (2)
389 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 391 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedBarChart.cs (2)
358virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 360 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedColumnChart.cs (2)
353 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 355 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StepLineChart.cs (2)
85 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 87 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StockChart.cs (4)
110 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 112 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 279 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 281 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ThreeLineBreakChart.cs (2)
649 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 651 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\General\ChartGraphics.cs (7)
384System.Drawing.Image image = _common.ImageLoader.LoadImage( name ); 422Image scaledImage = ImageLoader.GetScaledImage(image, this.Graphics); 708System.Drawing.Image image = _common.ImageLoader.LoadImage( markerImage ); 2124System.Drawing.Image labelImage = null; 3523System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4203System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4500System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage );
Common\General\ChartRenderingEngine.cs (2)
161System.Drawing.Image image, 383System.Drawing.Image image,
Common\General\GdiGraphics.cs (3)
118 System.Drawing.Image image, 263System.Drawing.Image image, 360System.Drawing.Image image,
Common\General\IChartRenderingEngine.cs (3)
93System.Drawing.Image image, 208System.Drawing.Image image, 290System.Drawing.Image image,
Common\General\LegendColumns.cs (3)
2093System.Drawing.Image image = this.Common.ImageLoader.LoadImage(this.Image); 2288System.Drawing.Image image = this.Common.ImageLoader.LoadImage(legendItem.Image); 2431System.Drawing.Image image = this.Common.ImageLoader.LoadImage(legendItem.markerImage);
Common\General\NamedImageCollection.cs (3)
85 private System.Drawing.Image _image = null; 103public NamedImage(string name, System.Drawing.Image image) 139 public System.Drawing.Image Image
Common\Utilities\ImageLoader.cs (13)
138 public System.Drawing.Image LoadImage(string imageURL) 149public System.Drawing.Image LoadImage(string imageURL, bool saveImage) 151System.Drawing.Image image = null; 178 image = (System.Drawing.Image)_imageData[imageURL]; 229image = (System.Drawing.Image)(resourceManager.GetObject(resourceName)); 299image = System.Drawing.Image.FromStream(request.GetResponse().GetResponseStream()); 346private System.Drawing.Image LoadFromFile(string fileName) 351 return System.Drawing.Image.FromFile(fileName); 368Image image = LoadImage(name); 384internal static void GetAdjustedImageSize(Image image, Graphics graphics, ref SizeF size) 405internal static bool DoDpisMatch(Image image, Graphics graphics) 410internal static Image GetScaledImage(Image image, Graphics graphics)
Common\Utilities\XmlSerializer.cs (13)
668 internal static string ImageToString(System.Drawing.Image image) 693internal static System.Drawing.Image ImageFromString(string data) 714System.Drawing.Image tempImage = System.Drawing.Image.FromStream(imageStream); 895 pi.PropertyType == typeof(System.Drawing.Image)) 1789System.Drawing.Image image = obj as System.Drawing.Image; 2178 else if(pi.PropertyType == typeof(System.Drawing.Image)) 2756 else if(obj is System.Drawing.Image) 2760 ((System.Drawing.Image)obj).Save(imageStream, ((System.Drawing.Image)obj).RawFormat); 3181 else if(pi.PropertyType == typeof(System.Drawing.Image)) 3193 objValue = new Bitmap(System.Drawing.Image.FromStream(imageStream)); // !!! .Net bug when image source stream is closed - can create brush using the image
WebForm\ChartWebControl.cs (2)
1137System.Drawing.Image chartImage = this.chartPicture.GetImage(); 1209System.Drawing.Image image = chartPicture.GetImage();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
55protected void SetGlyph(System.Drawing.Image value)
System.Windows.Forms (230)
winforms\Managed\System\WinForms\AxHost.cs (11)
373public override Image BackgroundImage { 4745private static Object GetPICTDESCFromPicture(Image image) { 4766protected static object GetIPictureFromPicture(Image image) { 4792protected static object GetIPictureDispFromPicture(Image image) { 4805protected static Image GetPictureFromIPicture(object picture) { 4827protected static Image GetPictureFromIPictureDisp(object picture) { 4844private static Image GetPictureFromParams(object pict, IntPtr handle, int type, IntPtr paletteHandle, int width, int height) { 4847return(Image)(Icon.FromHandle(handle)).Clone(); 4852return(Image)(new Metafile(handle, header, false)).Clone(); 4854return(Image)(new Metafile(handle, false)).Clone(); 4856return Image.FromHbitmap(handle, paletteHandle);
winforms\Managed\System\WinForms\ButtonBase.cs (3)
43private Image image; 325public Image Image { 471/// Gets or sets the <see cref='System.Windows.Forms.ImageList'/> that contains the <see cref='System.Drawing.Image'/> displayed on a button control.
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
558internal virtual void DrawImageCore(Graphics graphics, Image image, Rectangle imageBounds, Point imageStart, LayoutData layout) {
winforms\Managed\System\WinForms\ButtonRenderer.cs (3)
192public static void DrawButton(Graphics g, Rectangle bounds, Image image, Rectangle imageBounds, bool focused, PushButtonState state) { 219public static void DrawButton(Graphics g, Rectangle bounds, string buttonText, Font font, Image image, Rectangle imageBounds, bool focused, PushButtonState state) { 231public static void DrawButton(Graphics g, Rectangle bounds, string buttonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, PushButtonState state) {
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (2)
178public static void DrawCheckBox(Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, Image image, Rectangle imageBounds, bool focused, CheckBoxState state) { 190public static void DrawCheckBox(Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, CheckBoxState state) {
winforms\Managed\System\WinForms\Clipboard.cs (3)
410public static Image GetImage() { 413return dataObject.GetData(DataFormats.Bitmap, true) as Image; 533public static void SetImage(Image image) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
329public override Image BackgroundImage {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
78lastManaged = Image.FromHbitmap(handle);
winforms\Managed\System\WinForms\Control.cs (2)
1153public virtual Image BackgroundImage { 1155return (Image)Properties.GetObject(PropBackgroundImage);
winforms\Managed\System\WinForms\ControlPaint.cs (10)
74internal static Rectangle CalculateBackgroundImageRectangle(Rectangle bounds, Image backgroundImage, ImageLayout imageLayout) { 446internal static void DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect) { 449internal static void DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect, Point scrollOffset) { 453internal static void DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect, Point scrollOffset, RightToLeft rightToLeft) { 1500internal static void DrawImageColorized(Graphics graphics, Image image, Rectangle destination, 1506internal static bool IsImageTransparent(Image backgroundImage) { 1515internal static void DrawImageReplaceColor(Graphics g, Image image, Rectangle dest, Color oldColor, Color newColor) { 1529private static void DrawImageColorized(Graphics graphics, Image image, Rectangle destination, 1545public static void DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background) { 1553internal static void DrawImageDisabled(Graphics graphics, Image image, Rectangle imageBounds, Color background, bool unscaledImage) {
winforms\Managed\System\WinForms\DataGrid.cs (1)
2530public override Image BackgroundImage {
winforms\Managed\System\WinForms\DataGridView.cs (1)
1331public override Image BackgroundImage
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
998TypeConverter imageTypeConverter = TypeDescriptor.GetConverter(typeof(Image)); 1003else if (typeof(System.Drawing.Image).IsAssignableFrom(type) || imageTypeConverter.CanConvertFrom(type)) 1028TypeConverter imageTypeConverter = TypeDescriptor.GetConverter(typeof(Image));
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (8)
26private static Type defaultTypeImage = typeof(System.Drawing.Image); 452Image img = formattedValue as Image; 480Image img = formattedValue as Image; 613Image image = owningImageColumn.Image; 845Image img = formattedValue as Image;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (2)
23private Image image; 158public Image Image
winforms\Managed\System\WinForms\DataObject.cs (8)
354public virtual Image GetImage() { 355return GetData(DataFormats.Bitmap, true) as Image; 423public virtual void SetImage(Image image) { 905&& data is Image) { 1631Image clipboardImage = null; 1635clipboardImage = Image.FromHbitmap(medium.unionmember); 1642Image firstImage = clipboardImage; 1643clipboardImage = (Image)clipboardImage.Clone();
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
189public override Image BackgroundImage {
winforms\Managed\System\WinForms\ImageList.cs (25)
446bitmap = new Bitmap((Image)original.image); 979if (!(image is Icon) && !(image is Image)) { 1136public Image this[int index] { 1195if (value is Image) { 1196this[index] = (Image)value; 1208public Image this[string key] { 1234public void Add(string key, Image image) { 1269if (value is Image) { 1270Add((Image)value); 1294public void Add(Image value) { 1308public int Add(Image value, Color transparentColor) { 1375public void AddRange(Image[] images) { 1380foreach(Image image in images) { 1392public int AddStrip(Image value) { 1434public bool Contains(Image image) { 1441if (image is Image) { 1442return Contains((Image)image); 1462public int IndexOf(Image image) { 1469if (image is Image) { 1470return IndexOf((Image)image); 1546Image[] images = new Image[Count]; 1558public void Remove(Image image) { 1565if (image is Image) { 1566Remove((Image)image);
winforms\Managed\System\WinForms\Label.cs (10)
217public override Image BackgroundImage { 455public Image Image { 459Image image = (Image)Properties.GetObject(PropImage); 1066Image image = (Image)Properties.GetObject(PropImage); 1086protected Rectangle CalcImageRenderBounds(Image image, Rectangle r, ContentAlignment align) { 1189/// Draws an <see cref='System.Drawing.Image'/> within the specified bounds. 1192protected void DrawImage(System.Drawing.Graphics g, Image image, Rectangle r, ContentAlignment align) { 1518Image i = this.Image;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1284Image i = this.Image;
winforms\Managed\System\WinForms\ListBox.cs (1)
207public override Image BackgroundImage {
winforms\Managed\System\WinForms\MDIClient.cs (3)
63public override Image BackgroundImage { 65Image result = base.BackgroundImage; 83Image backgroundImage = BackgroundImage;
winforms\Managed\System\WinForms\MDIControlStrip.cs (2)
129private Image GetTargetWindowIcon() { 130Image systemIcon = null;
winforms\Managed\System\WinForms\MenuStrip.cs (1)
182protected internal override ToolStripItem CreateDefaultItem(string text, Image image, EventHandler onClick) {
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
326public override Image BackgroundImage {
winforms\Managed\System\WinForms\PictureBox.cs (16)
52private Image image; 67private Image initialImage; 68private Image errorImage; 81private Image defaultInitialImage = null; 82private Image defaultErrorImage = null; 85private static Image defaultInitialImageForThread = null; 88private static Image defaultErrorImageForThread = null; 284public Image ErrorImage { 381public Image Image { 485public Image InitialImage { 519private void InstallNewImage(Image value, 579Image img; 589img = Image.FromStream(localImageStreamReader.BaseStream); 596img = Image.FromStream(uriImageStream); 702Image img = ErrorImage; 710img = Image.FromStream(tempDownloadStream);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
785public override Image BackgroundImage {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
131public override Image BackgroundImage {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
387public override Image BackgroundImage {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
213internal override void DrawImageCore(Graphics graphics, Image image, Rectangle imageBounds, Point imageStart, ButtonBaseAdapter.LayoutData layout) {
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (3)
165public static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, Image image, Rectangle imageBounds, bool focused, RadioButtonState state) { 179public static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, RadioButtonState state) { 183internal static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, RadioButtonState state, IntPtr hWnd) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
244public override Image BackgroundImage {
winforms\Managed\System\WinForms\ScrollBar.cs (1)
135public override Image BackgroundImage {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
301public override Image BackgroundImage {
winforms\Managed\System\WinForms\Splitter.cs (1)
163public override Image BackgroundImage {
winforms\Managed\System\WinForms\StatusBar.cs (1)
164public override Image BackgroundImage {
winforms\Managed\System\WinForms\StatusStrip.cs (1)
264protected internal override ToolStripItem CreateDefaultItem(string text, Image image, EventHandler onClick) {
winforms\Managed\System\WinForms\TabControl.cs (1)
233public override Image BackgroundImage {
winforms\Managed\System\WinForms\TabRenderer.cs (3)
127public static void DrawTabItem(Graphics g, Rectangle bounds, Image image, Rectangle imageRectangle, bool focused, TabItemState state) { 149public static void DrawTabItem(Graphics g, Rectangle bounds, string tabItemText, Font font, Image image, Rectangle imageRectangle, bool focused, TabItemState state) { 161public static void DrawTabItem(Graphics g, Rectangle bounds, string tabItemText, Font font, TextFormatFlags flags, Image image, Rectangle imageRectangle, bool focused, TabItemState state) {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
315public override Image BackgroundImage {
winforms\Managed\System\WinForms\ToolBar.cs (1)
265public override Image BackgroundImage {
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1077/// Gets or sets the <see cref='System.Windows.Forms.ImageList'/> that contains the <see cref='System.Drawing.Image'/> displayed on a label control. 1967protected internal virtual ToolStripItem CreateDefaultItem(string text, Image image, EventHandler onClick) { 2776/// Gets or sets the <see cref='System.Windows.Forms.ImageList'/> that contains the <see cref='System.Drawing.Image'/> displayed on a label control
winforms\Managed\System\WinForms\ToolStripButton.cs (4)
39public ToolStripButton(Image image):base(null,image,null) { 42public ToolStripButton(string text, Image image):base(text,image,null) { 45public ToolStripButton(string text, Image image, EventHandler onClick):base(text,image,onClick) { 48public ToolStripButton(string text, Image image, EventHandler onClick, string name):base(text,image,onClick,name) {
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
174public override Image BackgroundImage {
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
127public new Image BackgroundImage {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
92public override Image BackgroundImage { 295public override Image Image {
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (5)
41public ToolStripDropDownButton(Image image):base(null,image,(EventHandler)null) { 44public ToolStripDropDownButton(string text, Image image):base(text,image,(EventHandler)null) { 47public ToolStripDropDownButton(string text, Image image, EventHandler onClick):base(text,image,onClick) { 50public ToolStripDropDownButton(string text, Image image, EventHandler onClick, string name) :base(text,image,onClick,name){ 53public ToolStripDropDownButton(string text, Image image, params ToolStripItem[] dropDownItems):base(text,image,dropDownItems) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (3)
39protected ToolStripDropDownItem(string text, Image image, EventHandler onClick) : base(text, image, onClick) { 42protected ToolStripDropDownItem(string text, Image image, EventHandler onClick, string name) : base(text, image, onClick, name) { 46protected ToolStripDropDownItem(string text, Image image, params ToolStripItem[] dropDownItems) : this(text, image, (EventHandler)null) {
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
556protected internal override ToolStripItem CreateDefaultItem(string text, Image image, EventHandler onClick) {
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (2)
349 Image image = e.Image; 351if (Image.GetPixelFormatSize(image.PixelFormat) > 16) {
winforms\Managed\System\WinForms\ToolStripItem.cs (14)
204protected ToolStripItem(string text, Image image, EventHandler onClick) : this(text, image, onClick, null) { 207protected ToolStripItem(string text, Image image, EventHandler onClick, string name) : this() { 479public virtual Image BackgroundImage { 481return Properties.GetObject(PropBackgroundImage) as Image; 1239public virtual Image Image { 1243Image image = (Image)Properties.GetObject(PropImage); 1913Image image = (Image)Properties.GetObject(PropImage); 2093internal Image MirroredImage { 2098Image image = Image; 2100Image mirroredImage = image.Clone() as Image; 2111return Properties.GetObject(PropMirroredImage) as Image;
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (3)
104public ToolStripItem Add(Image image) { 107public ToolStripItem Add(string text, Image image) { 110public ToolStripItem Add(string text, Image image, EventHandler onClick) {
winforms\Managed\System\WinForms\ToolStripItemImageRenderEventArgs.cs (3)
16private Image image = null; 30public ToolStripItemImageRenderEventArgs(Graphics g, ToolStripItem item, Image image, Rectangle imageRectangle) : base(g, item) { 40public Image Image {
winforms\Managed\System\WinForms\ToolStripLabel.cs (5)
47public ToolStripLabel(Image image):base(null,image,null) { 49public ToolStripLabel(string text, Image image):base(text,image,null) { 51public ToolStripLabel(string text, Image image, bool isLink):this(text,image,isLink, null) { 54public ToolStripLabel(string text, Image image, bool isLink, EventHandler onClick):this(text,image,isLink,onClick,null) { 57public ToolStripLabel(string text, Image image, bool isLink, EventHandler onClick, string name) : base(text,image,onClick,name) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (11)
52private static Image indeterminateCheckedImage; 55private static Image checkedImage; 80public ToolStripMenuItem(Image image):base(null,image,(EventHandler)null) { 83public ToolStripMenuItem(string text, Image image):base(text,image,(EventHandler)null) { 86public ToolStripMenuItem(string text, Image image, EventHandler onClick):base(text,image,onClick) { 89public ToolStripMenuItem(string text, Image image, EventHandler onClick, string name) : base(text,image,onClick, name){ 92public ToolStripMenuItem(string text, Image image, params ToolStripItem[] dropDownItems):base(text,image,dropDownItems) { 95public ToolStripMenuItem(string text, Image image, EventHandler onClick, Keys shortcutKeys):base(text,image,onClick) { 273internal Image CheckedImage { 765private Image GetNativeMenuItemImage(){ 1522Image image = ownerItem.Image ?? ownerItem.CheckedImage;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
653Image image = e.Image;
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
63public override Image BackgroundImage {
winforms\Managed\System\WinForms\ToolStripRenderer.cs (6)
396public static Image CreateDisabledImage(Image normalImage) { 866Image image = e.Image; 900Image image = e.Image; 1070private static Image CreateDisabledImage(Image normalImage, ImageAttributes imgAttrib) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
66private static Image DownImage { 84private static Image UpImage {
winforms\Managed\System\WinForms\ToolStripSeparator.cs (2)
53public override Image BackgroundImage { 210public override Image Image {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (6)
62public ToolStripSplitButton(Image image):base(null,image,(EventHandler)null) { 65public ToolStripSplitButton(string text, Image image):base(text,image,(EventHandler)null) { 68public ToolStripSplitButton(string text, Image image, EventHandler onClick):base(text,image,onClick) { 71public ToolStripSplitButton(string text, Image image, EventHandler onClick, string name) :base(text,image,onClick,name){ 74public ToolStripSplitButton(string text, Image image, params ToolStripItem[] dropDownItems):base(text,image,dropDownItems) { 703public override Image Image {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (4)
49public ToolStripStatusLabel(Image image):base(null,image,false,null) { 52public ToolStripStatusLabel(string text, Image image):base(text,image,false,null) { 55public ToolStripStatusLabel(string text, Image image, EventHandler onClick):base(text,image,/*isLink=*/false,onClick,null) { 58public ToolStripStatusLabel(string text, Image image, EventHandler onClick, string name) :base(text,image,/*isLink=*/false,onClick, name) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
64public override Image BackgroundImage {
winforms\Managed\System\WinForms\TrackBar.cs (1)
143public override Image BackgroundImage {
winforms\Managed\System\WinForms\TreeView.cs (5)
228public override Image BackgroundImage { 1886Image[] images = new Image[stateImageList.Images.Count + 1]; 2074Image[] images = new Image[stateImageList.Images.Count + 1];
winforms\Managed\System\WinForms\UpDownBase.cs (1)
222public override Image BackgroundImage {
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
374public void DrawImage(Graphics g, Rectangle bounds, Image image) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1453public override Image BackgroundImage {
System.Windows.Forms.DataVisualization (105)
Common\Annotation\TextAnnotation.cs (1)
933System.Drawing.Image graphicsImage = null;
Common\ChartTypes\AreaChart.cs (4)
86 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 88 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 212 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 214 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BarChart.cs (2)
190 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 192 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BoxPlotChart.cs (2)
207 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 209 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\BubbleChart.cs (2)
113override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 115 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ChartTypeRegistry.cs (1)
310System.Drawing.Image GetImage(ChartTypeRegistry registry);
Common\ChartTypes\ColumnChart.cs (2)
99 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 101 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\DoughnutChart.cs (2)
56 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 58 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ErrorBarChart.cs (2)
255virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 257 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FastLineChart.cs (2)
215virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 217 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FastPointChart.cs (2)
216 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 218 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\FunnelChart.cs (2)
390 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 392 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\KagiChart.cs (2)
969 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 971 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\LineChart.cs (4)
76 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 78 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 249 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 251 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PieChart.cs (2)
153 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 155 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PointAndFigureChart.cs (2)
906 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 908 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\PointChart.cs (2)
255virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 257 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RadarChart.cs (2)
243 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 245 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RangeChart.cs (4)
90 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 92 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 220 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 222 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\RenkoChart.cs (2)
654virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 656 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedAreaChart.cs (2)
389 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 391 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedBarChart.cs (2)
358virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 360 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StackedColumnChart.cs (2)
353 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 355 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StepLineChart.cs (2)
85 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 87 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\StockChart.cs (4)
110 override public System.Drawing.Image GetImage(ChartTypeRegistry registry) 112 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType"); 279 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 281 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\ChartTypes\ThreeLineBreakChart.cs (2)
649 virtual public System.Drawing.Image GetImage(ChartTypeRegistry registry) 651 return (System.Drawing.Image)registry.ResourceManager.GetObject(this.Name + "ChartType");
Common\General\ChartGraphics.cs (7)
384System.Drawing.Image image = _common.ImageLoader.LoadImage( name ); 422Image scaledImage = ImageLoader.GetScaledImage(image, this.Graphics); 708System.Drawing.Image image = _common.ImageLoader.LoadImage( markerImage ); 2124System.Drawing.Image labelImage = null; 3523System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4203System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage ); 4500System.Drawing.Image image = _common.ImageLoader.LoadImage( backImage );
Common\General\ChartRenderingEngine.cs (2)
161System.Drawing.Image image, 383System.Drawing.Image image,
Common\General\GdiGraphics.cs (3)
118 System.Drawing.Image image, 263System.Drawing.Image image, 360System.Drawing.Image image,
Common\General\LegendColumns.cs (3)
2093System.Drawing.Image image = this.Common.ImageLoader.LoadImage(this.Image); 2288System.Drawing.Image image = this.Common.ImageLoader.LoadImage(legendItem.Image); 2431System.Drawing.Image image = this.Common.ImageLoader.LoadImage(legendItem.markerImage);
Common\General\NamedImageCollection.cs (3)
85 private System.Drawing.Image _image = null; 103public NamedImage(string name, System.Drawing.Image image) 139 public System.Drawing.Image Image
Common\Utilities\ImageLoader.cs (13)
138 public System.Drawing.Image LoadImage(string imageURL) 149public System.Drawing.Image LoadImage(string imageURL, bool saveImage) 151System.Drawing.Image image = null; 178 image = (System.Drawing.Image)_imageData[imageURL]; 229image = (System.Drawing.Image)(resourceManager.GetObject(resourceName)); 299image = System.Drawing.Image.FromStream(request.GetResponse().GetResponseStream()); 346private System.Drawing.Image LoadFromFile(string fileName) 351 return System.Drawing.Image.FromFile(fileName); 368Image image = LoadImage(name); 384internal static void GetAdjustedImageSize(Image image, Graphics graphics, ref SizeF size) 405internal static bool DoDpisMatch(Image image, Graphics graphics) 410internal static Image GetScaledImage(Image image, Graphics graphics)
Common\Utilities\XmlSerializer.cs (13)
668 internal static string ImageToString(System.Drawing.Image image) 693internal static System.Drawing.Image ImageFromString(string data) 714System.Drawing.Image tempImage = System.Drawing.Image.FromStream(imageStream); 895 pi.PropertyType == typeof(System.Drawing.Image)) 1789System.Drawing.Image image = obj as System.Drawing.Image; 2178 else if(pi.PropertyType == typeof(System.Drawing.Image)) 2756 else if(obj is System.Drawing.Image) 2760 ((System.Drawing.Image)obj).Save(imageStream, ((System.Drawing.Image)obj).RawFormat); 3181 else if(pi.PropertyType == typeof(System.Drawing.Image)) 3193 objValue = new Bitmap(System.Drawing.Image.FromStream(imageStream)); // !!! .Net bug when image source stream is closed - can create brush using the image
WinForm\ChartWinControl.cs (3)
840 Image chartImage = this.chartPicture.GetImage(); 886 Image chartImage = this.chartPicture.GetImage(); 1138 public override Image BackgroundImage
System.Workflow.Activities (19)
Designers\ActivityDesignerResources.cs (3)
83internal static Image GetImage(string resID) 85Image image = DR.resourceManager.GetObject(resID) as Image;
Designers\StateDesigner.cs (13)
36internal static readonly Image CompletedState = DR.GetImage(DR.CompletedState); 37internal static readonly Image InitialState = DR.GetImage(DR.InitialState); 291public override Image Image 2261internal static Image GetDesignerImage(ActivityDesigner designer) 2263Image image = null; 2275internal static Image GetInitialStateDesignerImage(StateDesigner stateDesigner) 2284internal static Image GetCompletedStateDesignerImage(StateDesigner stateDesigner) 2577private Image _initialStateDesignerImage; 2578private Image _completedStateDesignerImage; 2699public Image InitialStateDesignerImage 2711public Image CompletedStateDesignerImage 2723Image image = GetImageFromPath(designerTheme, directory, path); 2740internal static Image GetImageFromPath(DesignerTheme designerTheme, string directory, string path)
Designers\StateDesigner.Layouts.cs (3)
475Image image = StateDesigner.GetDesignerImage(activityDesigner); 611Image image = StateDesigner.GetDesignerImage(activityDesigner); 904Image image = this.ActivityDesigner.Image;
System.Workflow.ComponentModel (71)
AuthoringOM\Design\ActivityDesigner.cs (7)
73private Image image; 271public virtual Image Image 683internal Image StockImage 690Image designerImage = DesignerTheme.DesignerImage; 1047public Image GetPreviewImage(Graphics compatibleGraphics) 3028private static Image defaultImage = DR.GetImage(DR.SmartTag); 3086Image image = designer.Image;
AuthoringOM\Design\DesignerHelpers.cs (6)
130public static void DrawImage(Graphics graphics, Image image, Rectangle destination, DesignerContentAlignment alignment) 138internal static void DrawImage(Graphics graphics, Image image, Rectangle destination, float transparency) 156public static void DrawImage(Graphics graphics, Image image, Rectangle destination, Rectangle source, DesignerContentAlignment alignment, float transparency, bool grayscale) 290public static void Draw3DButton(Graphics graphics, Image image, Rectangle bounds, float transparency, ButtonState buttonState) 1454Image image = GetImageFromPath(designerTheme, directory, path); 1471internal static Image GetImageFromPath(DesignerTheme designerTheme, string directory, string path)
AuthoringOM\Design\DesignerInterfaces.cs (3)
772private Image image; 789public DesignerAction(ActivityDesigner activityDesigner, int actionId, string text, Image image) 823public Image Image
AuthoringOM\Design\DesignerResources.cs (3)
243internal static Image GetImage(string resID) 245Image image = DR.resourceManager.GetObject(resID) as Image;
AuthoringOM\Design\DesignerView.cs (4)
40private Image image; 50public DesignerView(int viewId, string text, Image image) 62public DesignerView(int viewId, string text, Image image, ActivityDesigner associatedDesigner) 96public Image Image
AuthoringOM\Design\DesignerWidgets.cs (10)
28private Image image; 36public ItemInfo(int id, Image image, string text) 61public Image Image 2689Image scrollButtonImage = ActivityPreviewDesignerTheme.LeftScrollImageUp; 2728Image itemImage = this.items[itemIndex].Image; 2841Image scrollButtonImage = ActivityPreviewDesignerTheme.LeftScrollImage; 3191private Image previewedActivityImage = null; 3416Image previewModeImage = (PreviewMode) ? ActivityPreviewDesignerTheme.PreviewButtonImage : ActivityPreviewDesignerTheme.EditButtonImage; 3454Image previewedActivityImage = GeneratePreview(graphics); 3539private Image GeneratePreview(Graphics graphics)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1071Image image = memberTypes.Images[i];
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
732Image image = ActivityToolboxItem.GetToolboxImage(type); 737Image standardImage = DR.GetImage(DR.Activity) as Image;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
787this.artifactImages.Images.AddStrip((Image)TypeBrowserDialog.ResMgr.GetObject("IDB_ARTIFACTIMAGES"));
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (1)
203Image indicator = AmbientTheme.ScrollIndicatorImage;
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
25private Image dragImage = null;
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (6)
543Image buttonImage = button.StateImages[0]; 557Image buttonImage = this.buttons[i].StateImages[(int)this.buttons[i].State]; 599private Image[] stateImages = null; 603internal ActionButton(Image[] stateImages) 614internal Image[] StateImages 630foreach (Image image in this.stateImages)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (3)
22private List<Image> draggedDesignerImages = null; 188List<Image> imageList = new List<Image>();
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (2)
38private Image image; 57public virtual Image Image
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (3)
40private static readonly Image HeaderImage = DR.GetImage(DR.StartWorkflow); 41private static readonly Image FooterImage = DR.GetImage(DR.EndWorkflow); 64public override Image Image
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (2)
631Image image = smartVerb.Properties[DesignerUserDataKeys.Image] as Image;
AuthoringOM\Design\Themes.cs (11)
996private Image designerImage; 1338public Image DesignerImage 1446private Image watermarkImage; 1643public Image WatermarkImage 1930internal static readonly Image ConfigErrorImage = DR.GetImage(DR.ConfigError); 1931internal static readonly Image ScrollIndicatorImage = DR.GetImage(DR.ArrowLeft); 1932internal static readonly Image DropIndicatorImage = DR.GetImage(DR.DropShapeShort); 1933internal static readonly Image LockImage = DR.GetImage(DR.PreviewIndicator); 1934internal static readonly Image ReadOnlyImage = DR.GetImage(DR.ReadOnly); 2030private Image watermarkImage; 3047public Image WorkflowWatermarkImage
AuthoringOM\Design\WinOEToolBoxItem.cs (2)
95public static Image GetToolboxImage(Type activityType) 100Image toolBoxImage = null;
AuthoringOM\Design\WorkflowView.cs (1)
1850ActionButton fitallButton = new ActionButton(new Image[] { DR.GetImage(DR.FitToScreen) as Bitmap });
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
226objectType.Namespace != null && objectType.Namespace.Equals(typeof(System.Drawing.Image).Namespace))