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