2 references to OnGotFocusEvent
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
150
this.GotFocus += new RoutedEventHandler(
OnGotFocusEvent
);
186
this.GotFocus -= new RoutedEventHandler(
OnGotFocusEvent
);