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