1 write to designerPerfEventProvider
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
381this.designerPerfEventProvider = this.EditingContext.Services.GetService<DesignerPerfEventProvider>();
2 references to designerPerfEventProvider
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (2)
379if (this.designerPerfEventProvider == null && this.EditingContext != null) 383return this.designerPerfEventProvider;