1 instantiation of Layout
System.Web (1)
UI\HTMLTextWriter.cs (1)
21
private Layout _currentLayout = new
Layout
(HorizontalAlign.NotSet, true /* wrap */);
3 references to Layout
System.Web (3)
UI\HTMLTextWriter.cs (3)
21
private
Layout
_currentLayout = new Layout(HorizontalAlign.NotSet, true /* wrap */);
22
private
Layout
_currentWrittenLayout = null;
50
private void OpenDiv(
Layout
layout, bool writeHorizontalAlign, bool writeWrapping) {