3 writes to editor
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (3)
385this.editor = null; 393this.editor = newEditor; 406this.editor = null;
46 references to editor
System.Activities.Presentation (46)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (46)
185return this.ViewModel.GetExpressionService(this.editor); 280return this.editor; 394this.Content = this.editor; 483this.ViewModel.InitializeEditor(this.editor, this); 489if (expressionTextBox.editor != null) 491e.CanExecute = expressionTextBox.editor.CanCommit(); 499if (expressionTextBox.editor != null) 501expressionTextBox.editor.Commit(expressionTextBox.ExplicitCommit); 508if (this.editor != null) 510this.editor.BeginEdit(); 516if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 518(this.editor as TextualExpressionEditor).OnCompleteWordCommandCanExecute(e); 524if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 526(this.editor as TextualExpressionEditor).OnCompleteWordCommandExecute(e); 532if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 534(this.editor as TextualExpressionEditor).OnGlobalIntellisenseCommandCanExecute(e); 540if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 542(this.editor as TextualExpressionEditor).OnGlobalIntellisenseCommandExecute(e); 548if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 550(this.editor as TextualExpressionEditor).OnParameterInfoCommandCanExecute(e); 556if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 558(this.editor as TextualExpressionEditor).OnParameterInfoCommandExecute(e); 564if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 566(this.editor as TextualExpressionEditor).OnQuickInfoCommandCanExecute(e); 572if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 574(this.editor as TextualExpressionEditor).OnQuickInfoCommandExecute(e); 580if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 582(this.editor as TextualExpressionEditor).OnIncreaseFilterLevelCommandCanExecute(e); 588if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 590(this.editor as TextualExpressionEditor).OnIncreaseFilterLevelCommandExecute(e); 596if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 598(this.editor as TextualExpressionEditor).OnDecreaseFilterLevelCommandCanExecute(e); 604if ((this.editor != null) && (this.editor is TextualExpressionEditor)) 606(this.editor as TextualExpressionEditor).OnDecreaseFilterLevelCommandExecute(e);