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