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