2 references to E_NOTIMPL
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
111
throw new ExternalException(SR.GetString(SR.NotImplemented), SafeNativeMethods.
E_NOTIMPL
);
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
292
throw new ExternalException(SR.GetString(SR.NotImplemented), SafeNativeMethods.
E_NOTIMPL
);