3 writes to currentEditorName
System.Activities.Presentation (3)
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.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
288return this.currentEditorName; 376if (editorName != this.currentEditorName)