2 writes to scope
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (2)
78
this.
scope
= (EditingScope)this.ParentStateContainerEditor.ModelItem.BeginEdit(undoItemName);
88
this.
scope
= null;
6 references to scope
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (6)
84
if (this.
scope
!= null)
86
this.
scope
.Complete();
87
this.
scope
.Dispose();
99
if (this.
scope
!= null)
128
if (args.LeftButton == MouseButtonState.Pressed && this.IsMouseCaptured && this.
scope
!= null)
144
if (e != null && !this.Disabled && this.
scope
!= null)