4 references to GetBufferedLength
System.Web (4)
UI\Control.cs (2)
2608int presize = context.Response.GetBufferedLength(); 2610int postsize = context.Response.GetBufferedLength();
UI\WebControls\DataListItem.cs (2)
104int presize = con.Response.GetBufferedLength(); 108int postsize = con.Response.GetBufferedLength();