2 references to GetPictureFromIPicture
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1735
Assert.Throws<InvalidCastException>(() => SubAxHost.
GetPictureFromIPicture
(new object()));
1741
Assert.Null(SubAxHost.
GetPictureFromIPicture
(null));