2 references to Load
PresentationFramework (2)
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
138UIElement element = XamlReader.Load(new System.Xml.XmlTextReader(new System.IO.StringReader(xml)), useRestrictiveXamlReader) as UIElement;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1103object xamlObject = XamlReader.Load(new XmlTextReader(new System.IO.StringReader(pasteXaml)), useRestrictiveXamlReader);