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