2 writes to htmlProps
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\BeginEvent.cs (2)
36
this.
htmlProps
= HtmlElementProps.GetProps(this.name);
39
this.
htmlProps
= HtmlAttributeProps.GetProps(this.name);
1 reference to htmlProps
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
61
return processor.BeginEvent(this.nodeType, this.prefix, this.name, this.namespaceUri, this.empty, this.
htmlProps
, false);