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