10 references to Descendants
System.ServiceModel.Web (9)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (9)
89firstTr.Descendants(HtmlTdElementName).First().Add(new XAttribute(HtmlRowspanAttributeName, rowspan)); 99firstTr.Descendants(HtmlTdElementName).First().Add(new XAttribute(HtmlRowspanAttributeName, rowspan)); 101document.Descendants(HtmlBodyElementName).First().Add(new XElement(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass), 133document.Descendants(HtmlBodyElementName).First().Add(div); 135CreateOperationSamples(document.Descendants(HtmlDivElementName).First(), operationInfo); 154document.Descendants(HtmlBodyElementName).First().Add(div); 193document.Descendants(HtmlBodyElementName).First().Add(div); 211document.Descendants(HtmlBodyElementName).First().Add(div); 222document.Descendants(HtmlBodyElementName).First().Add(div);
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
167return value = new XDeferredAxis<XElement>((e, n) => n != null ? e.Descendants(n) : e.Descendants(), component as XElement, null);