6 references to GetIconResourceAsBestMatchBitmap
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (2)
50
private static Image DownImage => t_downScrollImage ??= ScaleHelper.
GetIconResourceAsBestMatchBitmap
(
57
private static Image UpImage => t_upScrollImage ??= ScaleHelper.
GetIconResourceAsBestMatchBitmap
(
System\Windows\Forms\Design\PropertyTab.cs (1)
46
_bitmap = ScaleHelper.
GetIconResourceAsBestMatchBitmap
(
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ScaleHelper.cs (2)
319
GetIconResourceAsBestMatchBitmap
(type, resource, Size.Empty);
338
GetIconResourceAsBestMatchBitmap
(type, resource, size),
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripTests.cs (1)
7267
using Bitmap bitmap = ScaleHelper.
GetIconResourceAsBestMatchBitmap
(