1 instantiation of AttachedPropertiesService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
126
AttachedPropertiesService propertiesService = new
AttachedPropertiesService
();
28 references to AttachedPropertiesService
System.Data (28)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (2)
70
AttachedPropertiesService
attachedPropertiesService = editingContext.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
82
this.context.Services.Subscribe<
AttachedPropertiesService
>(new SubscribeServiceCallback<
AttachedPropertiesService
>(this.OnAttachedPropertiesServiceAvailable));
245
void OnAttachedPropertiesServiceAvailable(
AttachedPropertiesService
attachedPropertiesService)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
36
this.context.Services.GetService<
AttachedPropertiesService
>().AddProperty(typeArgumentProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
1272
AttachedPropertiesService
AttachedPropertiesService = this.modelTreeManager.Context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
395
AttachedPropertiesService
AttachedPropertiesService = this.modelTreeManager.Context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (2)
98
AttachedPropertiesService
AttachedPropertiesService = this.parent.GetEditingContext().Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (3)
138
this.context.Services.Subscribe<
AttachedPropertiesService
>(new SubscribeServiceCallback<
AttachedPropertiesService
>(OnAttachedPropertiesServiceAvailable));
208
void OnAttachedPropertiesServiceAvailable(
AttachedPropertiesService
attachedPropertiesService)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
100
AttachedPropertiesService
attachedPropertiesService = context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\GenericActivityTypeDesigner.xaml.cs (2)
36
AttachedPropertiesService
attachedPropertiesService =
37
this.Context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
438
AttachedPropertiesService
attachedPropertyService = this.Context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
48
AttachedPropertiesService
propertiesService = this.context.Services.GetService<
AttachedPropertiesService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (3)
16
AttachedPropertiesService
attachedPropertiesService;
32
context.Services.Subscribe<
AttachedPropertiesService
>(delegate(
AttachedPropertiesService
attachedPropertiesService)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
126
AttachedPropertiesService
propertiesService = new AttachedPropertiesService();
127
this.context.Services.Publish(typeof(
AttachedPropertiesService
), propertiesService);