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