2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
344_threadWindowHandles = new List<IntPtr>(); 3641_threadWindowHandles = null;
8 references to _threadWindowHandles
PresentationFramework (8)
System\Windows\Window.cs (8)
336Debug.Assert(_threadWindowHandles == null, "_threadWindowHandles must be null before enumerating the thread windows"); 418if (_threadWindowHandles != null) 3599Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3610_threadWindowHandles.Add(hWnd); 3622Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3624for (int i = 0; i < _threadWindowHandles.Count; i++) 3626IntPtr hWnd = _threadWindowHandles[i]; 4462Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");