2 writes to _ignoreInternalChanges
System.Activities.Presentation (2)
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.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (4)
259if (_ignoreInternalChanges) 310if (theThis._ignoreInternalChanges) 324if (_ignoreInternalChanges) 567bool previousValue = _ignoreInternalChanges;