6 references to BPReady
PresentationFramework (6)
src\Framework\System\Windows\Controls\Frame.cs (1)
169_navigationService.BPReady += new BPReadyEventHandler(_OnBPReady);
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1335if (BPReady != null) 1337BPReady(this, new BPReadyEventArgs(null, null)); 1381if (BPReady != null) 1383BPReady(this, new BPReadyEventArgs(_bp, bpu));
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
250_navigationService.BPReady += new BPReadyEventHandler(OnBPReady);