1 write to isBreakpointConditionalProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
261
this.
isBreakpointConditionalProperty
= new AttachedProperty<bool>()
3 references to isBreakpointConditionalProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
284
attachedPropertiesService.AddProperty(
isBreakpointConditionalProperty
);
435
this.
isBreakpointConditionalProperty
.NotifyPropertyChanged(modelItem);
611
this.
isBreakpointConditionalProperty
.NotifyPropertyChanged(modelItem);