3 writes to currentEditorName
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (3)
386this.currentEditorName = null; 392this.currentEditorName = editorName; 407this.currentEditorName = null;
2 references to currentEditorName
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
288return this.currentEditorName; 376if (editorName != this.currentEditorName)