1 instantiation of HtmlAttributeProps
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\HtmlProps.cs (1)
142
HtmlAttributeProps props = new
HtmlAttributeProps
();
10 references to HtmlAttributeProps
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
39
this.htmlProps =
HtmlAttributeProps
.GetProps(this.name);
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
32
internal
HtmlAttributeProps
htmlAttrProps;
System\Xml\Xsl\XsltOld\HtmlProps.cs (5)
141
static public
HtmlAttributeProps
Create(bool abr, bool uri, bool name) {
142
HtmlAttributeProps
props = new HtmlAttributeProps();
155
static public
HtmlAttributeProps
GetProps(string name) {
156
HtmlAttributeProps
result = (
HtmlAttributeProps
) s_table[name];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
300
attribute.htmlAttrProps = htmlAttrProps as
HtmlAttributeProps
;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
612
HtmlAttributeProps
htmlAttrProps = attribute.htmlAttrProps;
614
htmlAttrProps =
HtmlAttributeProps
.GetProps(attribute.LocalName);