5 references to Load
PresentationFramework (4)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
383UIElement newElement = XamlReader.Load(new XmlTextReader(new StringReader(xml))) as UIElement;
src\Framework\System\Windows\Documents\TextRange.cs (1)
1372object xamlObject = XamlReader.Load(new XmlTextReader(new System.IO.StringReader(value)));
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
394embeddedObject = (DependencyObject)XamlReader.Load(new XmlTextReader(new StringReader(_xml)));
src\Framework\System\Windows\Markup\XamlReader.cs (1)
65return Load(xmlReader);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
373Hashtable fontAndColorDictionary = (Hashtable)System.Windows.Markup.XamlReader.Load(xmlReader);