2 references to IsKeyboardFocusedChanged
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
113
textBox.
IsKeyboardFocusedChanged
-= OnTextBoxIsKeyboardFocusedChanged;
122
this.textBox.
IsKeyboardFocusedChanged
+= new DependencyPropertyChangedEventHandler(OnTextBoxIsKeyboardFocusedChanged);