32 references to XStreamingElement
System.Xml.Linq (32)
System\Xml\Linq\XLinq.cs (32)
2440XStreamingElement x = content as XStreamingElement; 2730XStreamingElement x = content as XStreamingElement; 3337XStreamingElement x = content as XStreamingElement; 3520/// Initializes an XElement object from an <see cref="XStreamingElement"/> object. 3523/// The <see cref="XStreamingElement"/> object whose value will be used 3526public XElement(XStreamingElement other) { 7198/// Creates a <see cref="XStreamingElement"/> node with a given name 7200/// <param name="name">The name to assign to the new <see cref="XStreamingElement"/> node</param> 7207/// Creates a <see cref="XStreamingElement"/> node with a given name and content 7209/// <param name="name">The name to assign to the new <see cref="XStreamingElement"/> node</param> 7210/// <param name="content">The content to assign to the new <see cref="XStreamingElement"/> node</param> 7216/// Creates a <see cref="XStreamingElement"/> node with a given name and content 7218/// <param name="name">The name to assign to the new <see cref="XStreamingElement"/> node</param> 7219/// <param name="content">An array containing content to assign to the new <see cref="XStreamingElement"/> node</param> 7238/// Add content to an <see cref="XStreamingElement"/> 7254/// Add content to an <see cref="XStreamingElement"/> 7264/// Save an <see cref="XStreamingElement"/> to a file with formatting. 7274/// Save an <see cref="XStreamingElement"/> to a file, optionally formatting. 7292/// Save the contents of an <see cref="XStreamingElement"/> to a <see cref="Stream"/> 7301/// Save the contents of an <see cref="XStreamingElement"/> to a <see cref="Stream"/>, 7317/// Save the contents of an <see cref="XStreamingElement"/> to a text writer 7326/// Save the contents of an <see cref="XStreamingElement"/> to a text writer 7342/// Save the contents of an <see cref="XStreamingElement"/> to an XML writer, not preserving whitepace 7353/// Get the XML content of an <see cref="XStreamingElement"/> as a 7374/// Write this <see cref="XStreamingElement"/> to an <see cref="XmlWriter"/> 7399XStreamingElement element; 7462XStreamingElement x = content as XStreamingElement; 7490internal void WriteStreamingElement(XStreamingElement e) {