2 instantiations of ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
274ChildChanged(this, new ChildChangedEventArgs(oldChild));
System\Windows\Integration\WindowsFormsHost.cs (1)
355ChildChanged(this, new ChildChangedEventArgs(oldChild));
2 references to ChildChangedEventArgs
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
172public event EventHandler<ChildChangedEventArgs> ChildChanged;
System\Windows\Integration\WindowsFormsHost.cs (1)
299public event EventHandler<ChildChangedEventArgs> ChildChanged;