4 references to LoadBaml
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (2)
540XamlReader.LoadBaml(stream, pc, component, bCloseStream); 658rootElement = XamlReader.LoadBaml(stream, pc, null, true);
src\Framework\System\Windows\Documents\DocumentReference.cs (1)
313idp = XamlReader.LoadBaml(docStream, pc, null, true) as FixedDocument;
src\Framework\System\Windows\Documents\PageContent.cs (1)
633o = XamlReader.LoadBaml(pageStream, pc, null, true);