2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
365_threadWindowHandles = new List<IntPtr>(); 3676_threadWindowHandles = null;
8 references to _threadWindowHandles
PresentationFramework (8)
System\Windows\Window.cs (8)
357Debug.Assert(_threadWindowHandles == null, "_threadWindowHandles must be null before enumerating the thread windows"); 440if (_threadWindowHandles != null) 3631Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3642_threadWindowHandles.Add(hWnd); 3654Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3656for (int i = 0; i < _threadWindowHandles.Count; i++) 3658IntPtr hWnd = _threadWindowHandles[i]; 4501Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");