1 write to isBreakpointEnabledProperty
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
247this.isBreakpointEnabledProperty = new AttachedProperty<bool>()
3 references to isBreakpointEnabledProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
282attachedPropertiesService.AddProperty(isBreakpointEnabledProperty); 429this.isBreakpointEnabledProperty.NotifyPropertyChanged(modelItem); 610this.isBreakpointEnabledProperty.NotifyPropertyChanged(modelItem);