4 references to GetIPictureFromPicture
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1671
IPicture.Interface iPicture = (IPicture.Interface)SubAxHost.
GetIPictureFromPicture
(original);
1700
IPicture.Interface iPicture = (IPicture.Interface)SubAxHost.
GetIPictureFromPicture
(original);
1725
Assert.Throws<COMException>(() => SubAxHost.
GetIPictureFromPicture
(original));
1731
Assert.Null(SubAxHost.
GetIPictureFromPicture
(null));