3 references to Win32GlobalSize
PresentationCore (3)
System\Windows\dataobject.cs (3)
2092int byteCount = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle))); 2949size = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle))); 3144int utf8ByteSize = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle)));