3 instantiations of BPReadyEventArgs
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
1163
BPReadyEventArgs args = new
BPReadyEventArgs
(bp, bpu);
1185
BPReady(this, new
BPReadyEventArgs
(null, null));
1231
BPReady(this, new
BPReadyEventArgs
(_bp, bpu));
5 references to BPReadyEventArgs
PresentationFramework (5)
System\Windows\Application.cs (1)
2315
private void OnPreBPReady(object sender,
BPReadyEventArgs
e)
System\Windows\Controls\Frame.cs (1)
565
private void _OnBPReady(Object o,
BPReadyEventArgs
e)
System\Windows\Navigation\NavigationService.cs (2)
1163
BPReadyEventArgs
args = new BPReadyEventArgs(bp, bpu);
4195
internal delegate void BPReadyEventHandler(Object sender,
BPReadyEventArgs
e);
System\Windows\Navigation\NavigationWindow.cs (1)
1007
private void OnBPReady(Object sender,
BPReadyEventArgs
e)