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