7 references to get_Type
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
61picture.Value->get_Type(out PICTYPE type).ThrowOnFailure();
System\Windows\Forms\Input\Cursor.cs (1)
413picture.Value->get_Type(out PICTYPE type).ThrowOnFailure();
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
89picture->get_Type(out PICTYPE type).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (2)
Interop\Ole32\IPictureTests.cs (2)
23picture.Value->get_Type(out PICTYPE type); 40picture.Value->get_Type(out PICTYPE type);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
148picture.Value->get_Type(out PICTYPE type).ThrowOnFailure(); 169picture.Value->get_Type(out PICTYPE type).ThrowOnFailure();