2 writes to _nativeImageAttributes
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
48
_nativeImageAttributes
= handle;
76
_nativeImageAttributes
= null;
20 references to _nativeImageAttributes
System.Drawing.Common (20)
System\Drawing\Imaging\ImageAttributes.cs (18)
70
if (
_nativeImageAttributes
is null)
75
Status status = !Gdip.Initialized ? Status.Ok : PInvokeGdiPlus.GdipDisposeImageAttributes(
_nativeImageAttributes
);
92
PInvokeGdiPlus.GdipCloneImageAttributes(
_nativeImageAttributes
, &clone).ThrowIfFailed();
127
_nativeImageAttributes
,
160
_nativeImageAttributes
,
173
_nativeImageAttributes
,
196
_nativeImageAttributes
,
215
_nativeImageAttributes
,
234
_nativeImageAttributes
,
254
_nativeImageAttributes
,
276
_nativeImageAttributes
,
295
_nativeImageAttributes
,
309
_nativeImageAttributes
,
371
_nativeImageAttributes
,
396
_nativeImageAttributes
,
418
_nativeImageAttributes
,
446
_nativeImageAttributes
,
460
_nativeImageAttributes
,
System\Drawing\PointerExtensions.cs (1)
24
public static GpImageAttributes* Pointer(this ImageAttributes? imageAttr) => imageAttr is null ? null : imageAttr.
_nativeImageAttributes
;
System\Drawing\TextureBrush.cs (1)
69
imageAttr is null ? null : imageAttr.
_nativeImageAttributes
,