1 implementation of IXmlFormattableAttributes
Microsoft.Web.XmlTransform (1)
XmlFileInfoDocument.cs (1)
308private class XmlFileInfoElement : XmlElement, IXmlLineInfo, IXmlFormattableAttributes
6 references to IXmlFormattableAttributes
Microsoft.Web.XmlTransform (6)
XmlFileInfoDocument.cs (2)
395void IXmlFormattableAttributes.FormatAttributes(XmlFormatter formatter) { 399string IXmlFormattableAttributes.AttributeIndent {
XmlFormatter.cs (4)
139IXmlFormattableAttributes formattable = node as IXmlFormattableAttributes; 469IXmlFormattableAttributes formattable = node as IXmlFormattableAttributes;