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