1 write to _source
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
4322
_source
= source;
3 references to _source
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4361
return
_source
;
4380
if (_content != null ||
_source
== null)
4386
_nc.DoNavigate(
_source
, _navigationMode, _navState);