3 writes to _currentSource
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
336
_currentSource
= resolvedUri;
1375
_currentSource
= bpu;
3909
_currentSource
= null;
15 references to _currentSource
PresentationFramework (15)
src\Framework\System\Windows\Navigation\NavigationService.cs (15)
320
!IsSameUri(null,
_currentSource
, uri, true /* with Fragment */)))
335
Uri resolvedUri = BindUriHelper.GetResolvedUri(
_currentSource
, uri);
590
Uri source =
_currentSource
;
1713
resolvedSource = BindUriHelper.GetResolvedUri(
_currentSource
, source);
1725
&& IsSameUri(null, resolvedSource,
_currentSource
, false /* without Fragment */);
2169
Navigate(
_currentSource
, new NavigateInfo(
_currentSource
, NavigationMode.Refresh));
2176
Navigate(_bp, new NavigateInfo(
_currentSource
, NavigationMode.Refresh));
2452
if (navigatedToNewContent &&
_currentSource
!= null)
2455
string fragment = BindUriHelper.GetFragment(
_currentSource
);
3485
markupUri =
_currentSource
;
3574
if (
_currentSource
!= null)
3576
string fragment = BindUriHelper.GetFragment(
_currentSource
);
3594
name = String.Format(CultureInfo.CurrentCulture, "{0} ({1})", navWin.Title, JournalEntry.GetDisplayName(
_currentSource
, SiteOfOriginContainer.SiteOfOrigin));
3606
name = JournalEntry.GetDisplayName(
_currentSource
, SiteOfOriginContainer.SiteOfOrigin);