7 references to SizeOf
mscorlib (2)
system\deployment\isolationinterop.cs (1)
2513
txnList[i].Data.DataPtr = Marshal.AllocCoTaskMem(Marshal.
SizeOf
(o));
system\runtime\interopservices\marshal.cs (1)
210
return
SizeOf
((object)structure);
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1294
elementSize = Marshal.
SizeOf
(exemplar);
1321
elementSize = Marshal.
SizeOf
(exemplar);
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (1)
2529
txnList[i].Data.DataPtr = Marshal.AllocCoTaskMem(Marshal.
SizeOf
(o));
UIAutomationClient (1)
System\Windows\Automation\Condition.cs (1)
54
int size = Marshal.
SizeOf
(uiaCondition);
WsatUI (1)
Configuration\SafeLocalAllocation.cs (1)
33
IntPtr pointer = SafeNativeMethods.LocalAlloc(SafeNativeMethods.LMEM_ZEROINIT, Marshal.
SizeOf
(source));