1 write to perfEventProvider
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
83
this.
perfEventProvider
= new DesignerPerfEventProvider();
2 references to perfEventProvider
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
178
this.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle, new Action(() => { this.
perfEventProvider
.TypeBrowserApplicationIdleAfterShowDialog(); }));
317
this.
perfEventProvider
.TypeBrowserOkPressed();