1 write to pclsidVal
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
439pclsidVal = Marshal.AllocCoTaskMem(guid.Length);
2 references to pclsidVal
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (2)
440Marshal.Copy(guid, 0, pclsidVal, guid.Length); 736Marshal.Copy(pclsidVal, guid, 0, 16);