3 instantiations of BPReadyEventArgs
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1315BPReadyEventArgs args = new BPReadyEventArgs(bp, bpu); 1337BPReady(this, new BPReadyEventArgs(null, null)); 1383BPReady(this, new BPReadyEventArgs(_bp, bpu));
5 references to BPReadyEventArgs
PresentationFramework (5)
src\Framework\System\Windows\Application.cs (1)
2516private void OnPreBPReady(object sender, BPReadyEventArgs e)
src\Framework\System\Windows\Controls\Frame.cs (1)
587private void _OnBPReady(Object o, BPReadyEventArgs e)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1315BPReadyEventArgs args = new BPReadyEventArgs(bp, bpu); 4469internal delegate void BPReadyEventHandler(Object sender, BPReadyEventArgs e);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
1034private void OnBPReady(Object sender, BPReadyEventArgs e)