6 references to BPReady
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
162
_navigationService.
BPReady
+= new BPReadyEventHandler(_OnBPReady);
System\Windows\Navigation\NavigationService.cs (4)
1183
if (
BPReady
!= null)
1185
BPReady
(this, new BPReadyEventArgs(null, null));
1229
if (
BPReady
!= null)
1231
BPReady
(this, new BPReadyEventArgs(_bp, bpu));
System\Windows\Navigation\NavigationWindow.cs (1)
231
_navigationService.
BPReady
+= new BPReadyEventHandler(OnBPReady);