1 write to _internalList
WindowsFormsIntegration (1)
System\Windows\Integration\ApplicationInterop.cs (1)
314_internalList = new List<WeakReference>();
9 references to _internalList
WindowsFormsIntegration (9)
System\Windows\Integration\ApplicationInterop.cs (9)
324for (int i = _internalList.Count - 1; i >= 0; i--) 326if (!_internalList[i].IsAlive) 328_internalList.RemoveAt(i); 341foreach (WeakReference obj in _internalList) 361_internalList.Add(newItem); 369for (int i = 0; i < _internalList.Count; i++) 371if (_internalList[i].IsAlive) 373if (_internalList[i].Target as T == obj) 390_internalList.RemoveAt(index);