2 references to Load
PresentationFramework (2)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
352xamlObject = XamlReader.Load(xamlEntryPart.GetStream(), parserContext, useRestrictiveXamlReader);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
134return Load(stream, parserContext, useRestrictiveXamlReader: false);