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