2 writes to _oldRootVisual
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1260
_oldRootVisual
= v;
3911
_oldRootVisual
= null;
3 references to _oldRootVisual
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1238
if (!ReferenceEquals(v,
_oldRootVisual
))
1240
if (
_oldRootVisual
!= null)
1245
_oldRootVisual
.SetValue(NavigationServiceProperty, null);