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