32 references to XElement
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\NamespaceDisplayAutomationPeer.cs (1)
27
XElement itemStatus = new
XElement
("NamespaceStatus",
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
203
XElement itemStatus = new
XElement
("VBIdentifierStatus",
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditorAutomationPeer.cs (1)
26
XElement itemStatus = new
XElement
("VisualBasicEditorItemStatus",
System.ServiceModel.Web (29)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (29)
60
new
XElement
(HtmlTrElementName,
76
XElement tr = new
XElement
(HtmlTrElementName,
77
new
XElement
(HtmlTdElementName, new XAttribute(HtmlTitleAttributeName, BuildFullUriTemplate(baseUri, operationHelpInfo.UriTemplate)),
78
new
XElement
(HtmlAElementName,
101
document.Descendants(HtmlBodyElementName).First().Add(new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
102
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageOperationsAt, baseUri)),
112
new
XElement
(HtmlTrElementName,
120
XElement div = new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
121
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageReferenceFor, BuildFullUriTemplate(baseUri, operationInfo.UriTemplate))),
144
XElement div = new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
145
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageTitleText)));
162
XElement div = new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
163
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageRequestErrorTitle)));
201
XElement div = new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
202
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageTitleText)));
219
XElement div = new
XElement
(HtmlDivElementName, new XAttribute(HtmlIdAttributeName, HtmlContentClass),
220
new
XElement
(HtmlPElementName, new XAttribute(HtmlClassAttributeName, HtmlHeading1Class), SR2.GetString(SR2.HelpPageTitleText)),
230
new
XElement
(HtmlHtmlElementName,
231
new
XElement
(HtmlHeadElementName,
255
table.Add(new
XElement
(HtmlTrElementName,
265
table.Add(new
XElement
(HtmlTrElementName,
272
contentTd.Add(new
XElement
(HtmlAElementName, new XAttribute(HtmlHrefAttributeName, "#" + (isRequest ? HtmlRequestXmlId : HtmlResponseXmlId)), SR2.GetString(SR2.HelpPageExample)));
280
contentTd.Add(new
XElement
(HtmlAElementName, new XAttribute(HtmlHrefAttributeName, "#" + (isRequest ? HtmlRequestSchemaId : HtmlResponseSchemaId)), SR2.GetString(SR2.HelpPageSchema)));
285
table.Add(new
XElement
(HtmlTrElementName,
289
new
XElement
(HtmlAElementName, new XAttribute(HtmlHrefAttributeName, "#" + (isRequest ? HtmlRequestJsonId : HtmlResponseJsonId)), SR2.GetString(SR2.HelpPageExample)))));
361
new
XElement
(HtmlPreElementName, new XAttribute(HtmlClassAttributeName, label), content));
365
return new
XElement
(HtmlPElementName,
366
new
XElement
(HtmlAElementName, new XAttribute(HtmlNameAttributeName, label), title),
367
new
XElement
(HtmlPreElementName, new XAttribute(HtmlClassAttributeName, label), content));