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