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