6 references to Load
PresentationFramework (5)
MS\Internal\AppModel\AppModelKnownContentFactory.cs (1)
111
return XamlReader.
Load
(stream, pc, isUnsafe);
System\Windows\Markup\XamlReader.cs (4)
84
return
Load
(xamlStream, parserContext, useRestrictiveXamlReader);
95
return
Load
(stream, null, useRestrictiveXamlReader: false);
108
return
Load
(stream, null, useRestrictiveXamlReader);
146
return
Load
(stream, parserContext, useRestrictiveXamlReader: false);
ReachFramework (1)
Packaging\XpsDocument.cs (1)
612
object fixedObject = XamlReader.
Load
(CurrentXpsManager.StartingPart.GetStream(), parserContext, useRestrictiveXamlReader: true);