1 instantiation of PropertyItemInternal
System.Drawing (1)
commonui\System\Drawing\PropertyItemInternal.cs (1)
49
PropertyItemInternal propItemInternal = new
PropertyItemInternal
();
11 references to PropertyItemInternal
System.Drawing (11)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
1791
internal static extern int GdipSetPropertyItem(HandleRef image,
PropertyItemInternal
propitem);
commonui\System\Drawing\Image.cs (4)
1225
propitem =
PropertyItemInternal
.ConvertFromMemory(propdata, 1)[0];
1253
PropertyItemInternal
propItemInternal =
PropertyItemInternal
.ConvertFromPropertyItem(propitem);
1297
props =
PropertyItemInternal
.ConvertFromMemory(propdata, count);
commonui\System\Drawing\PropertyItemInternal.cs (6)
48
internal static
PropertyItemInternal
ConvertFromPropertyItem(PropertyItem propItem) {
49
PropertyItemInternal
propItemInternal = new PropertyItemInternal();
69
PropertyItemInternal
propcopy = null;
71
propcopy = (
PropertyItemInternal
) UnsafeNativeMethods.PtrToStructure(propdata,
72
typeof(
PropertyItemInternal
));
90
propdata = (IntPtr)((long)propdata + (int)Marshal.SizeOf(typeof(
PropertyItemInternal
)));