2 writes to _nativeEffect
System.Drawing.Common (2)
System\Drawing\Imaging\Effects\Effect.cs (2)
21
_nativeEffect
= nativeEffect;
49
_nativeEffect
= null;
3 references to _nativeEffect
System.Drawing.Common (3)
System\Drawing\Imaging\Effects\Effect.cs (3)
15
internal CGpEffect* NativeEffect =>
_nativeEffect
;
46
if (
_nativeEffect
is not null)
48
PInvokeGdiPlus.GdipDeleteEffect(
_nativeEffect
);