1 instantiation of TestIPicture
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
67
TestIPicture nullIPicture =
new
(0);
3 references to TestIPicture
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (3)
67
TestIPicture
nullIPicture = new(0);
77
TestIPicture
iconIPicture = new(handle, PICTYPE.PICTYPE_ICON);
96
TestIPicture
bitmapIPicture = new(hBitmap, PICTYPE.PICTYPE_BITMAP);