2 references to OnChildGotFocus
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
353
oldChild.GotFocus -= new EventHandler(this.
OnChildGotFocus
);
358
this.Child.GotFocus += new EventHandler(this.
OnChildGotFocus
);