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