2 references to NotImplemented
System.Drawing (2)
commonui\System\Drawing\Advanced\CustomLineCap.cs (1)
185
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
NotImplemented
);
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3173
case
NotImplemented
: return new NotImplementedException(SR.GetString(SR.GdiplusNotImplemented));