3 references to Image_InsufficientBuffer
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (1)
908return new System.ArgumentException(SR.Image_InsufficientBuffer, exceptionForHR);
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1098throw new ArgumentException(SR.Image_InsufficientBuffer, "sourceBuffer"); 1124throw new ArgumentException(SR.Image_InsufficientBuffer, "sourceBuffer");