2 writes to nMaxFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
772
ofn.
nMaxFile
= newBufferSize;
1020
ofn.
nMaxFile
= FILEBUFSIZE;
1 reference to nMaxFile
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
761
if (sizeNeeded > ofn.
nMaxFile
) {