4 references to LoadBaml
PresentationFramework (4)
System\Windows\Application.cs (2)
468XamlReader.LoadBaml(stream, pc, component, bCloseStream); 574rootElement = XamlReader.LoadBaml(stream, pc, null, true);
System\Windows\Documents\DocumentReference.cs (1)
301idp = XamlReader.LoadBaml(docStream, pc, null, true) as FixedDocument;
System\Windows\Documents\PageContent.cs (1)
617o = XamlReader.LoadBaml(pageStream, pc, null, true);