3 references to Win32GlobalSize
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
2474int byteCount = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle))); 3388size = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle))); 3583int utf8ByteSize = NativeMethods.IntPtrToInt32(Win32GlobalSize(new HandleRef(this, handle)));