1 instantiation of HtmlAttributeProps
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\HtmlProps.cs (1)
142HtmlAttributeProps props = new HtmlAttributeProps();
10 references to HtmlAttributeProps
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
39this.htmlProps = HtmlAttributeProps.GetProps(this.name);
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
32internal HtmlAttributeProps htmlAttrProps;
System\Xml\Xsl\XsltOld\HtmlProps.cs (5)
141static public HtmlAttributeProps Create(bool abr, bool uri, bool name) { 142HtmlAttributeProps props = new HtmlAttributeProps(); 155static public HtmlAttributeProps GetProps(string name) { 156HtmlAttributeProps result = (HtmlAttributeProps) s_table[name];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
300attribute.htmlAttrProps = htmlAttrProps as HtmlAttributeProps;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
612HtmlAttributeProps htmlAttrProps = attribute.htmlAttrProps; 614htmlAttrProps = HtmlAttributeProps.GetProps(attribute.LocalName);