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)
15internal CGpEffect* NativeEffect => _nativeEffect; 46if (_nativeEffect is not null) 48PInvokeGdiPlus.GdipDeleteEffect(_nativeEffect);