2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
345_threadWindowHandles = new List<IntPtr>(); 3655_threadWindowHandles = null;
8 references to _threadWindowHandles
PresentationFramework (8)
System\Windows\Window.cs (8)
337Debug.Assert(_threadWindowHandles == null, "_threadWindowHandles must be null before enumerating the thread windows"); 419if (_threadWindowHandles != null) 3613Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3624_threadWindowHandles.Add(hWnd); 3636Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3638for (int i = 0; i < _threadWindowHandles.Count; i++) 3640IntPtr hWnd = _threadWindowHandles[i]; 4482Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");