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