5 references to Load
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\AppModelKnownContentFactory.cs (1)
116return XamlReader.Load(stream, pc);
src\Framework\System\Windows\Application.cs (1)
610return XamlReader.Load(stream, pc);
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
64obj = XamlReader.Load(stream, pc);
src\Framework\System\Windows\Markup\XamlReader.cs (2)
78return Load(xamlStream, parserContext); 95return Load(stream, null);