3 references to FILEBUFSIZE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog.cs (3)
764int newBufferSize = sizeNeeded + (FILEBUFSIZE / 4); 1003charBuffer = CharBuffer.CreateBuffer(FILEBUFSIZE); 1020ofn.nMaxFile = FILEBUFSIZE;