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