4 references to Image_PropertyNotSupported
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (1)
816
return new System.NotSupportedException(SR.
Image_PropertyNotSupported
, exceptionForHR);
System\Windows\Media\Imaging\PropVariant.cs (3)
309
throw new System.InvalidOperationException(SR.
Image_PropertyNotSupported
);
420
throw new System.InvalidOperationException(SR.
Image_PropertyNotSupported
);
741
throw new System.NotSupportedException(SR.
Image_PropertyNotSupported
);