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