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