3 writes to _bp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1138_bp = null; 1184_bp = bp; 3559_bp = null;
40 references to _bp
PresentationFramework (40)
System\Windows\Navigation\NavigationService.cs (40)
237Debug.Assert(_bp != null, "NavigationService should not handle a nav from a hyperlink thats not in its hosted tree"); 337targetElement = LogicalTreeHelper.FindLogicalNode((DependencyObject)_bp, elementId) as DependencyObject; 347if (_bp != null) 352FrameworkElement fe = _bp as FrameworkElement; 369IInputElement elem = _bp as IInputElement; 380BringIntoView(_bp as DependencyObject); 427if (_navigatorHostImpl != null && !(_bp is Visual)) 441Debug.Assert(!(_bp is Visual)); 705DependencyObject o = _bp as DependencyObject; 921if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is PageFunctionBase) 923pf.ParentPageFunctionId = ((PageFunctionBase)_bp).PageFunctionId; 1022bool canDispose = UnhookOldTree(_bp); 1036DisposeTreeQueueItem disposeItem = new DisposeTreeQueueItem(_bp); 1129if (object.ReferenceEquals(bp, _bp)) 1187BPReady(this, new BPReadyEventArgs(_bp, bpu)); 1375return _bp; 1397if (_bp == null) 1416_bp != null ? _bp.GetType().ToString() : "null")); 1560if (source == null && _bp == null) 1637if (object.ReferenceEquals(root, _bp) && (navigateInfo == null || navigateInfo.NavigationMode != NavigationMode.Refresh)) 1943else if (_bp != null) 1948Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2033this.Application.FireNavigating(e, _bp == null); 2244FrameworkContentElement fce = _bp as FrameworkContentElement; 2251FrameworkElement fe = _bp as FrameworkElement; 2280if (navigatedToNewContent && IsPageFunction(_bp)) 2535Debug.Assert(sender == _bp); 2536FrameworkContentElement fce = _bp as FrameworkContentElement; 2543((FrameworkElement)_bp).Loaded -= OnContentLoaded; 3019Invariant.Assert(navFlags != NavigationMode.Refresh ^ object.ReferenceEquals(bp, _bp), 3086PageFunctionBase pfBase = _bp as PageFunctionBase; 3124if (_bp == null) 3138PageFunctionBase pfBase = _bp as PageFunctionBase; 3202journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3215IProvideCustomContentState pccs = _bp as IProvideCustomContentState; 3258DependencyObject dependencyObject = _bp as DependencyObject; 3315journalEntry.SaveState(_bp); 3625PageFunctionBase ps = (PageFunctionBase)_bp; 3833if (object.ReferenceEquals(_bp, finishingChildPageFunction))