2 instantiations of ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
273ChildChanged(this, new ChildChangedEventArgs(oldChild));
System\Windows\Integration\WindowsFormsHost.cs (1)
354ChildChanged(this, new ChildChangedEventArgs(oldChild));
2 references to ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
171public event EventHandler<ChildChangedEventArgs> ChildChanged;
System\Windows\Integration\WindowsFormsHost.cs (1)
298public event EventHandler<ChildChangedEventArgs> ChildChanged;