1 write to _internalList
WindowsFormsIntegration (1)
System\Windows\Integration\ApplicationInterop.cs (1)
313_internalList = new List<WeakReference>();
9 references to _internalList
WindowsFormsIntegration (9)
System\Windows\Integration\ApplicationInterop.cs (9)
323for (int i = _internalList.Count - 1; i >= 0; i--) 325if (!_internalList[i].IsAlive) 327_internalList.RemoveAt(i); 340foreach (WeakReference obj in _internalList) 360_internalList.Add(newItem); 368for (int i = 0; i < _internalList.Count; i++) 370if (_internalList[i].IsAlive) 372if (_internalList[i].Target as T == obj) 389_internalList.RemoveAt(index);