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)
1099throw new ArgumentException(SR.Image_InsufficientBuffer, nameof(sourceBuffer)); 1127throw new ArgumentException(SR.Image_InsufficientBuffer, nameof(sourceBuffer));