1 write to perfProvider
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
835
perfProvider
= this.Context.Services.GetService<DesignerPerfEventProvider>();
2 references to perfProvider
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
833
if (this.
perfProvider
== null && this.Context != null)
837
return this.
perfProvider
;