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