2 references to IsKeyboardFocusWithinChanged
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
131
this.floatingAnnotation.
IsKeyboardFocusWithinChanged
+= new DependencyPropertyChangedEventHandler(this.OnFloatingAnnotationIsKeyboardFocusWithinChanged);
285
this.floatingAnnotation.
IsKeyboardFocusWithinChanged
-= new DependencyPropertyChangedEventHandler(this.OnFloatingAnnotationIsKeyboardFocusWithinChanged);