8 references to MakeTransparent
System.Drawing.Common.Tests (3)
System\Drawing\BitmapTests.cs (3)
804bitmap.MakeTransparent(); 885AssertExtensions.Throws<ArgumentException>(null, bitmap.MakeTransparent); 893AssertExtensions.Throws<ArgumentException>(null, bitmap.MakeTransparent);
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
321bitmap.MakeTransparent();
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
1362bitmap.MakeTransparent();
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1318image.MakeTransparent();
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1378bitmap.MakeTransparent();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingValueUIHandler.cs (1)
25_dataBitmap.MakeTransparent();