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