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