4 writes to htmlProps
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
46
this.
htmlProps
= null;
62
this.
htmlProps
= src.htmlProps;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
147
_mainNode.
htmlProps
= htmlProps as HtmlElementProps;
424
_currentInfo.
htmlProps
= null;
2 references to htmlProps
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
62
this.htmlProps = src.
htmlProps
;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
116
htmlProps = mainNode.
htmlProps
;