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)
1922
if (
_designTimeTextWriterType
== null) {
1926
Debug.Assert(
_designTimeTextWriterType
.IsSubclassOf(typeof(HtmlTextWriter)));
1927
ConstructorInfo constructor =
_designTimeTextWriterType
.GetConstructor(new Type[] { typeof(TextWriter) });