1 write to isCurrentLocationProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
268
this.
isCurrentLocationProperty
= new AttachedProperty<bool>()
2 references to isCurrentLocationProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
139
SetPropertyValue(previousModelItem,
isCurrentLocationProperty
, this.currentModelItem);
285
attachedPropertiesService.AddProperty(
isCurrentLocationProperty
);