4 instantiations of TestIPicture
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (4)
69
TestIPicture nullIPicture =
new
(0);
79
TestIPicture iconIPicture =
new
(handle, PICTYPE.PICTYPE_ICON);
98
TestIPicture bitmapIPicture =
new
(hBitmap, PICTYPE.PICTYPE_BITMAP);
123
using var unknown = ComHelpers.GetComScope<IUnknown>(new
TestIPicture
(1, PICTYPE.PICTYPE_METAFILE));
3 references to TestIPicture
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (3)
69
TestIPicture
nullIPicture = new(0);
79
TestIPicture
iconIPicture = new(handle, PICTYPE.PICTYPE_ICON);
98
TestIPicture
bitmapIPicture = new(hBitmap, PICTYPE.PICTYPE_BITMAP);