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