2 writes to _ignoreInternalChanges
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
568_ignoreInternalChanges = true; 574_ignoreInternalChanges = previousValue;
4 references to _ignoreInternalChanges
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (4)
259if (_ignoreInternalChanges) 310if (theThis._ignoreInternalChanges) 324if (_ignoreInternalChanges) 567bool previousValue = _ignoreInternalChanges;