6 references to BPReady
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
150_navigationService.BPReady += new BPReadyEventHandler(_OnBPReady);
System\Windows\Navigation\NavigationService.cs (4)
1143if (BPReady != null) 1145BPReady(this, new BPReadyEventArgs(null, null)); 1189if (BPReady != null) 1191BPReady(this, new BPReadyEventArgs(_bp, bpu));
System\Windows\Navigation\NavigationWindow.cs (1)
215_navigationService.BPReady += new BPReadyEventHandler(OnBPReady);