4 writes to htmlAttrProps
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
47
this.
htmlAttrProps
= null;
63
this.
htmlAttrProps
= src.htmlAttrProps;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
333
attribute.
htmlAttrProps
= htmlAttrProps as HtmlAttributeProps;
425
_currentInfo.
htmlAttrProps
= null;
2 references to htmlAttrProps
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
63
this.htmlAttrProps = src.
htmlAttrProps
;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
697
HtmlAttributeProps? htmlAttrProps = attribute.
htmlAttrProps
;