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