2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
344_threadWindowHandles = new List<IntPtr>(); 3644_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) 3602Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3613_threadWindowHandles.Add(hWnd); 3625Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3627for (int i = 0; i < _threadWindowHandles.Count; i++) 3629IntPtr hWnd = _threadWindowHandles[i]; 4468Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");