2 references to OnTextChanged
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
111
textBox.TextChanged -=
OnTextChanged
;
120
this.textBox.TextChanged += new TextChangedEventHandler(
OnTextChanged
);