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