15 references to LoadXml
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
441doc.LoadXml(xmlContent.ToString());
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
812fixedPageTree.LoadXml(fixedPageMarkup);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
764_document.LoadXml("<?xml version=\"1.0\" encoding=\"utf-8\"?> <" +
System.Data (1)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
296document.LoadXml(xml);
System.IdentityModel (1)
System\IdentityModel\Configuration\ConfigurationElementInterceptor.cs (1)
15elementXml.LoadXml( reader.ReadOuterXml() );
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (1)
223xmlDoc.LoadXml(infocardToken.xmlToken);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
274doc.LoadXml("<a/>");
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
307traceDocument.LoadXml(traceString);
System.Web (2)
Configuration\RemoteWebConfigurationHostServer.cs (1)
237xmlDocument.LoadXml(xmlString);
Util\XmlUtils.cs (1)
33doc.LoadXml(content);
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
944licenseDom.LoadXml(licenseTemplate);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
340licenseDom.LoadXml(licenseNode.OuterXml); 1679licenseDom.LoadXml(licenseTemplate);
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
52tableLayoutSettingsXml.LoadXml(value as string);
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
1155LoadXml( value );