1 write to pwszVal
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
332pwszVal = Marshal.StringToCoTaskMemUni(value as String);
2 references to pwszVal
PresentationCore (2)
System\Windows\Media\Imaging\PropVariant.cs (2)
485Marshal.FreeCoTaskMem(pwszVal); 692return Marshal.PtrToStringUni(pwszVal);