3 writes to value
System.Drawing (3)
commonui\System\Drawing\PropertyItemInternal.cs (3)
39value = IntPtr.Zero; 58propItemInternal.value = Marshal.AllocHGlobal(length); 82propcopy.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)
36if (value != IntPtr.Zero) 38Marshal.FreeHGlobal(value); 59Marshal.Copy(propItemValue, 0, propItemInternal.value, length); 104Marshal.Copy(value,