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)
1335
if (
BPReady
!= null)
1337
BPReady
(this, new BPReadyEventArgs(null, null));
1381
if (
BPReady
!= null)
1383
BPReady
(this, new BPReadyEventArgs(_bp, bpu));
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
250
_navigationService.
BPReady
+= new BPReadyEventHandler(OnBPReady);