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