1 write to designerPerfEventProvider
System.Activities.Presentation (1)
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.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (2)
379if (this.designerPerfEventProvider == null && this.EditingContext != null) 383return this.designerPerfEventProvider;