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