1 write to pclsidVal
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
413
pclsidVal
= Marshal.AllocCoTaskMem(guid.Length);
2 references to pclsidVal
PresentationCore (2)
System\Windows\Media\Imaging\PropVariant.cs (2)
414
Marshal.Copy(guid, 0,
pclsidVal
, guid.Length);
700
Marshal.Copy(
pclsidVal
, guid, 0, 16);