1 instantiation of BrowserJournal
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
632BrowserJournal browserJournal = new BrowserJournal(journal, BindUriHelper.BaseUri);
4 references to BrowserJournal
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (4)
632BrowserJournal browserJournal = new BrowserJournal(journal, BindUriHelper.BaseUri); 754if(!(journaledObject is BrowserJournal)) 757BrowserJournal browserJournal = (BrowserJournal)journaledObject;