2 writes to lpstrFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
771
ofn.
lpstrFile
= newBuffer;
1019
ofn.
lpstrFile
= charBuffer.AllocCoTaskMem();
4 references to lpstrFile
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (4)
628
charBuffer.PutCoTaskMem(ofn.
lpstrFile
);
769
Marshal.FreeCoTaskMem(ofn.
lpstrFile
);
1034
if (ofn.
lpstrFile
!= IntPtr.Zero) {
1035
Marshal.FreeCoTaskMem(ofn.
lpstrFile
);