2 writes to pstrName
PresentationCore (2)
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
28
pstrName
= Marshal.StringToCoTaskMemUni(name);
34
pstrName
= IntPtr.Zero;
1 reference to pstrName
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
33
Marshal.FreeCoTaskMem(
pstrName
);