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