3 references to ThreadWindowsFormsHostList
WindowsFormsIntegration (3)
System\Windows\Integration\ApplicationInterop.cs (1)
154
foreach (WindowsFormsHost wfh in
ThreadWindowsFormsHostList
.ActiveWindowList())
System\Windows\Integration\WindowsFormsHost.cs (2)
488
ApplicationInterop.
ThreadWindowsFormsHostList
.Add(this); //Keep track of this control, so it can get forwarded windows messages
503
ApplicationInterop.
ThreadWindowsFormsHostList
.Remove(this);