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