3 references to BPReadyEventArgs
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1315
BPReadyEventArgs args = new
BPReadyEventArgs
(bp, bpu);
1337
BPReady(this, new
BPReadyEventArgs
(null, null));
1383
BPReady(this, new
BPReadyEventArgs
(_bp, bpu));