Implemented interface member:
method
EndInit
System.ComponentModel.ISupportInitialize.EndInit()
7 references to EndInit
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (2)
50EndInit(); 223EndInit();
PresentationCore.Tests (4)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (4)
30Assert.Throws<NotSupportedException>(image.EndInit); 46image.EndInit(); 76Assert.Throws<NotSupportedException>(image.EndInit); 102image.EndInit();
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
159newImage.EndInit();