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