2 writes to isViewStateChangedInternally
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
195
this.
isViewStateChangedInternally
= true;
197
this.
isViewStateChangedInternally
= false;
1 reference to isViewStateChangedInternally
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
339
if (e.ParentModelItem == this.ModelItem && e.Key == Annotation.IsAnnotationDockedViewStateName && !this.
isViewStateChangedInternally
)