3 types derived from Change
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\NotifyArgumentVariableAnnotationTextChanged.cs (1)
14
internal class NotifyArgumentVariableAnnotationTextChanged :
Change
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelChange.cs (1)
11
abstract class ModelChange :
Change
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
174
internal class ViewStateChange :
Change
24 references to Change
System.Data (24)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\NotifyArgumentVariableAnnotationTextChanged.cs (1)
38
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\EditingScopeUndoUnit.cs (2)
53
foreach (
Change
change in editingScope.Changes)
55
Change
inverseChange = change.GetInverse();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachablePropertyChange.cs (1)
48
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\Change.cs (1)
15
public abstract
Change
GetInverse();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (1)
88
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
98
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
60
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (11)
20
List<
Change
> changes;
21
List<
Change
> appliedChanges;
32
this.changes = new List<
Change
>();
111
public List<
Change
> Changes
171
appliedChanges = new List<
Change
>();
177
List<
Change
> changesToApply = this.Changes.GetRange(startIndex, this.Changes.Count - startIndex);
180
foreach (
Change
change in changesToApply)
251
List<
Change
> revertChanges = new List<
Change
>();
252
foreach (
Change
change in this.appliedChanges)
257
foreach (
Change
change in revertChanges)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
179
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
648
internal void AddToCurrentEditingScope(
Change
change)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\PropertyChange.cs (1)
52
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\PropertyReferenceChange.cs (1)
37
public override
Change
GetInverse()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
201
public override
Change
GetInverse()