1 write to _designTimeTextWriterType
System.Web (1)
UI\WebControls\Menu.cs (1)
2444_designTimeTextWriterType = writerType;
3 references to _designTimeTextWriterType
System.Web (3)
UI\WebControls\Menu.cs (3)
1922if (_designTimeTextWriterType == null) { 1926Debug.Assert(_designTimeTextWriterType.IsSubclassOf(typeof(HtmlTextWriter))); 1927ConstructorInfo constructor = _designTimeTextWriterType.GetConstructor(new Type[] { typeof(TextWriter) });