1 write to isBreakpointConditionalProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
261this.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)
284attachedPropertiesService.AddProperty(isBreakpointConditionalProperty); 435this.isBreakpointConditionalProperty.NotifyPropertyChanged(modelItem); 611this.isBreakpointConditionalProperty.NotifyPropertyChanged(modelItem);