2 instantiations of ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
278
ChildChanged(this, new
ChildChangedEventArgs
(oldChild));
System\Windows\Integration\WindowsFormsHost.cs (1)
363
ChildChanged(this, new
ChildChangedEventArgs
(oldChild));
2 references to ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
175
public event EventHandler<
ChildChangedEventArgs
> ChildChanged;
System\Windows\Integration\WindowsFormsHost.cs (1)
304
public event EventHandler<
ChildChangedEventArgs
> ChildChanged;