1 write to isBreakpointBoundedProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
254this.isBreakpointBoundedProperty = new AttachedProperty<bool>()
3 references to isBreakpointBoundedProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
283attachedPropertiesService.AddProperty(isBreakpointBoundedProperty); 423this.isBreakpointBoundedProperty.NotifyPropertyChanged(modelItem); 609this.isBreakpointBoundedProperty.NotifyPropertyChanged(modelItem);