8 references to PICTYPE_ICON
System.Private.Windows.GdiPlus (1)
System\Drawing\IIconExtensions.cs (1)
16picType = PICTYPE.PICTYPE_ICON
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
65case PICTYPE.PICTYPE_ICON:
System\Windows\Forms\Input\Cursor.cs (1)
415if (type == PICTYPE.PICTYPE_ICON)
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
26case PICTYPE.PICTYPE_ICON:
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\IPictureTests.cs (1)
24Assert.Equal(PICTYPE.PICTYPE_ICON, type);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHostTests.cs (1)
1598Assert.Equal(PICTYPE.PICTYPE_ICON, type);
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
79TestIPicture iconIPicture = new(handle, PICTYPE.PICTYPE_ICON); 149Assert.Equal(PICTYPE.PICTYPE_ICON, type);