4 references to BUFFERSIZE
PresentationCore (4)
System\Windows\Input\Cursor.cs (4)
222
byte[] cursorData = reader.ReadBytes(
BUFFERSIZE
);
227
dataSize >=
BUFFERSIZE
;
228
dataSize = reader.Read(cursorData, index: 0, count:
BUFFERSIZE
))
230
fileStream.Write(cursorData, offset: 0, count:
BUFFERSIZE
);