2 writes to nativeImageAttributes
System.Drawing (2)
commonui\System\Drawing\Advanced\ImageAttributes.cs (2)
61nativeImageAttributes = handle; 120nativeImageAttributes = IntPtr.Zero;
40 references to nativeImageAttributes
System.Drawing (40)
commonui\System\Drawing\Advanced\ImageAttributes.cs (22)
102if (nativeImageAttributes != IntPtr.Zero) { 107SafeNativeMethods.Gdip.GdipDisposeImageAttributes(new HandleRef(this, nativeImageAttributes)); 146new HandleRef(this, nativeImageAttributes), 216new HandleRef(this, nativeImageAttributes), 246new HandleRef(this, nativeImageAttributes), 286new HandleRef(this, nativeImageAttributes), 313new HandleRef(this, nativeImageAttributes), 338new HandleRef(this, nativeImageAttributes), 363new HandleRef(this, nativeImageAttributes), 388new HandleRef(this, nativeImageAttributes), 413new HandleRef(this, nativeImageAttributes), 437new HandleRef(this, nativeImageAttributes), 464new HandleRef(this, nativeImageAttributes), 491new HandleRef(this, nativeImageAttributes), 517new HandleRef(this, nativeImageAttributes), 542new HandleRef(this, nativeImageAttributes), 570new HandleRef(this, nativeImageAttributes), 595new HandleRef(this, nativeImageAttributes), 630new HandleRef(this, nativeImageAttributes), 661new HandleRef(this, nativeImageAttributes), 714new HandleRef(this, nativeImageAttributes), 733new HandleRef(this, nativeImageAttributes), new HandleRef(null, memory), type);
commonui\System\Drawing\Advanced\TextureBrush.cs (2)
220IntPtr.Zero : imageAttr.nativeImageAttributes), 275IntPtr.Zero : imageAttr.nativeImageAttributes),
commonui\System\Drawing\Graphics.cs (16)
3193new HandleRef(imageAttr, (imageAttr != null ? imageAttr.nativeImageAttributes : IntPtr.Zero)), 3259new HandleRef(imageAttr, (imageAttr != null ? imageAttr.nativeImageAttributes : IntPtr.Zero)), 3319new HandleRef(imageAttrs, (imageAttrs != null ? imageAttrs.nativeImageAttributes : IntPtr.Zero)), 3374new HandleRef(imageAttrs, (imageAttrs != null ? imageAttrs.nativeImageAttributes : IntPtr.Zero)), 3406IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3441IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3476IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3514IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3556IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3602IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3644IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3686IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3729IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3776IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3834IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes); 3896IntPtr ia = (imageAttr == null ? IntPtr.Zero : imageAttr.nativeImageAttributes);