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)
70if (_nativeImageAttributes is null) 75Status status = !Gdip.Initialized ? Status.Ok : PInvokeGdiPlus.GdipDisposeImageAttributes(_nativeImageAttributes); 92PInvokeGdiPlus.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)
24public static GpImageAttributes* Pointer(this ImageAttributes? imageAttr) => imageAttr is null ? null : imageAttr._nativeImageAttributes;
System\Drawing\TextureBrush.cs (1)
69imageAttr is null ? null : imageAttr._nativeImageAttributes,