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