3 writes to value
System.Drawing (3)
commonui\System\Drawing\PropertyItemInternal.cs (3)
39
value
= IntPtr.Zero;
58
propItemInternal.
value
= Marshal.AllocHGlobal(length);
82
propcopy.
value
= IntPtr.Zero; // we dont actually own this memory so dont free it.
4 references to value
System.Drawing (4)
commonui\System\Drawing\PropertyItemInternal.cs (4)
36
if (
value
!= IntPtr.Zero)
38
Marshal.FreeHGlobal(
value
);
59
Marshal.Copy(propItemValue, 0, propItemInternal.
value
, length);
104
Marshal.Copy(
value
,