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