26 references to MakeTransparent
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
561MakeTransparent(transparent);
commonui\System\Drawing\Icon.cs (1)
1097bitmap.MakeTransparent(fakeTransparencyColor);
System.Windows.Forms (19)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
199moveFirstImage.MakeTransparent(System.Drawing.Color.Magenta); 200movePreviousImage.MakeTransparent(System.Drawing.Color.Magenta); 201moveNextImage.MakeTransparent(System.Drawing.Color.Magenta); 202moveLastImage.MakeTransparent(System.Drawing.Color.Magenta); 203addNewImage.MakeTransparent(System.Drawing.Color.Magenta); 204deleteImage.MakeTransparent(System.Drawing.Color.Magenta);
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
745b.MakeTransparent(transparentColor);
winforms\Managed\System\WinForms\ImageList.cs (3)
455bitmap.MakeTransparent(transparent); 765result.MakeTransparent(fakeTransparencyColor); 1164bitmap.MakeTransparent(owner.transparentColor);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5658sizeGripGlyph.MakeTransparent(BackColor);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
1265bmp.MakeTransparent(ImageTransparentColor); 1297currentImage.MakeTransparent(imageTransparentColor);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (4)
288indeterminateCheckedBmp.MakeTransparent(indeterminateCheckedBmp.GetPixel(1, 1)); 307checkedBmp.MakeTransparent(checkedBmp.GetPixel(1, 1)); 338b.MakeTransparent(b.GetPixel(1, 1)); 824image.MakeTransparent(SystemColors.Control);
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
70downScrollImage.MakeTransparent(Color.White); 88upScrollImage.MakeTransparent(Color.White);
System.Workflow.Activities (2)
Designers\ActivityDesignerResources.cs (1)
91bitmap.MakeTransparent(DR.TransparentColor);
Designers\StateDesigner.cs (1)
2780image.MakeTransparent(DR.TransparentColor);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerHelpers.cs (1)
1511image.MakeTransparent(AmbientTheme.TransparentColor);
AuthoringOM\Design\DesignerResources.cs (1)
251bitmap.MakeTransparent(AmbientTheme.TransparentColor);
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
634bitmap.MakeTransparent(AmbientTheme.TransparentColor);