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