1 write to isCurrentContextProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
275this.isCurrentContextProperty = new AttachedProperty<bool>()
2 references to isCurrentContextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
183SetPropertyValue(previousModelItem, this.isCurrentContextProperty, this.currentModelItemContext); 286attachedPropertiesService.AddProperty(isCurrentContextProperty);