6 references to BPReady
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
149_navigationService.BPReady += new BPReadyEventHandler(_OnBPReady);
System\Windows\Navigation\NavigationService.cs (4)
1139if (BPReady != null) 1141BPReady(this, new BPReadyEventArgs(null, null)); 1185if (BPReady != null) 1187BPReady(this, new BPReadyEventArgs(_bp, bpu));
System\Windows\Navigation\NavigationWindow.cs (1)
214_navigationService.BPReady += new BPReadyEventHandler(OnBPReady);