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