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