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