1 instantiation of HtmlAttributeProps
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\HtmlProps.cs (1)
144HtmlAttributeProps props = new HtmlAttributeProps();
10 references to HtmlAttributeProps
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
39_htmlProps = HtmlAttributeProps.GetProps(_name);
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
30internal HtmlAttributeProps? htmlAttrProps;
System\Xml\Xsl\XsltOld\HtmlProps.cs (5)
142public static HtmlAttributeProps Create(bool abr, bool uri, bool name) 144HtmlAttributeProps props = new HtmlAttributeProps(); 157public static HtmlAttributeProps? GetProps(string name) 159HtmlAttributeProps? result = (HtmlAttributeProps?)s_table[name];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
333attribute.htmlAttrProps = htmlAttrProps as HtmlAttributeProps;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
697HtmlAttributeProps? htmlAttrProps = attribute.htmlAttrProps; 700htmlAttrProps = HtmlAttributeProps.GetProps(attribute.LocalName);