3 writes to bringToViewCurrentLocationOperation
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
153this.bringToViewCurrentLocationOperation = null; 157this.bringToViewCurrentLocationOperation = Dispatcher.CurrentDispatcher.BeginInvoke( 163this.bringToViewCurrentLocationOperation = null;
2 references to bringToViewCurrentLocationOperation
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
150if (this.bringToViewCurrentLocationOperation != null) 152this.bringToViewCurrentLocationOperation.Abort();