7 references to GlobalSize
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
150
int size = checked((int)PInvokeCore.
GlobalSize
(hglobal));
191
int size = checked((int)PInvokeCore.
GlobalSize
(hglobal));
239
int size = checked((int)PInvokeCore.
GlobalSize
(hglobal));
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\NativeToManagedAdapterTests.cs (2)
137
nuint size = PInvokeCore.
GlobalSize
(global);
165
nuint size = PInvokeCore.
GlobalSize
(global);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (1)
940
int size = (int)PInvokeCore.
GlobalSize
(hglobal);
System\Windows\Forms\DragDropFormatTests.cs (1)
76
int handleSize = (int)PInvokeCore.
GlobalSize
(dragDropFormat.Medium.hGlobal);