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