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