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