1 instantiation of HtmlAttributeProps
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\HtmlProps.cs (1)
144
HtmlAttributeProps props = new
HtmlAttributeProps
();
10 references to HtmlAttributeProps
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
39
_htmlProps =
HtmlAttributeProps
.GetProps(_name);
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
30
internal
HtmlAttributeProps
? htmlAttrProps;
System\Xml\Xsl\XsltOld\HtmlProps.cs (5)
142
public static
HtmlAttributeProps
Create(bool abr, bool uri, bool name)
144
HtmlAttributeProps
props = new HtmlAttributeProps();
157
public static
HtmlAttributeProps
? GetProps(string name)
159
HtmlAttributeProps
? result = (
HtmlAttributeProps
?)s_table[name];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
333
attribute.htmlAttrProps = htmlAttrProps as
HtmlAttributeProps
;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
697
HtmlAttributeProps
? htmlAttrProps = attribute.htmlAttrProps;
700
htmlAttrProps =
HtmlAttributeProps
.GetProps(attribute.LocalName);