1 write to _content
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4671
_content
= content;
2 references to _content
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
4728
if (
_content
!= null || _source == null)
4730
_nc.DoNavigate(
_content
, _navigationMode, _navState);