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