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