11 references to GlobalSize
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
160int size = checked((int)PInvokeCore.GlobalSize(hglobal)); 203int size = checked((int)PInvokeCore.GlobalSize(hglobal)); 251int size = checked((int)PInvokeCore.GlobalSize(hglobal)); 285int size = checked((int)PInvokeCore.GlobalSize(hglobal));
System.Private.Windows.Core.Tests (5)
System\Private\Windows\Ole\NativeToManagedAdapterTests.cs (5)
158nuint size = PInvokeCore.GlobalSize(global); 186nuint size = PInvokeCore.GlobalSize(global); 225nuint size = PInvokeCore.GlobalSize(global); 253nuint size = PInvokeCore.GlobalSize(global); 284nuint size = PInvokeCore.GlobalSize(global);
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);