4 writes to htmlAttrProps
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
44this.htmlAttrProps = null; 56this.htmlAttrProps = src.htmlAttrProps;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
300attribute.htmlAttrProps = htmlAttrProps as HtmlAttributeProps; 376this.currentInfo.htmlAttrProps = null;
2 references to htmlAttrProps
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
56this.htmlAttrProps = src.htmlAttrProps;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
612HtmlAttributeProps htmlAttrProps = attribute.htmlAttrProps;