3 references to GetResponseBufferCountAfterFlush
System.Web (3)
UI\HtmlForm.cs (3)
471
int formBeginIndex = httpWriter.
GetResponseBufferCountAfterFlush
();
476
int fieldsBeginIndex = httpWriter.
GetResponseBufferCountAfterFlush
();
482
int fieldsEndIndex = httpWriter.
GetResponseBufferCountAfterFlush
();