4 references to GlobalSize
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
149int size = (int)PInvokeCore.GlobalSize(hglobal); 192int size = (int)PInvokeCore.GlobalSize(hglobal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (1)
940int size = (int)PInvokeCore.GlobalSize(hglobal);
System\Windows\Forms\DragDropFormatTests.cs (1)
76int handleSize = (int)PInvokeCore.GlobalSize(dragDropFormat.Medium.hGlobal);