4 references to GetIPictureFromPicture
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1669
IPicture.Interface iPicture = (IPicture.Interface)SubAxHost.
GetIPictureFromPicture
(original);
1698
IPicture.Interface iPicture = (IPicture.Interface)SubAxHost.
GetIPictureFromPicture
(original);
1723
Assert.Throws<COMException>(() => SubAxHost.
GetIPictureFromPicture
(original));
1729
Assert.Null(SubAxHost.
GetIPictureFromPicture
(null));