2 writes to _threadWindowHandles
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
413_threadWindowHandles = new ArrayList(); 3732_threadWindowHandles = null;
8 references to _threadWindowHandles
PresentationFramework (8)
src\Framework\System\Windows\Window.cs (8)
405Debug.Assert(_threadWindowHandles == null, "_threadWindowHandles must be null before enumerating the thread windows"); 488if (_threadWindowHandles != null) 3682Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3693_threadWindowHandles.Add(hWnd); 3710Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3712for (int i = 0; i < _threadWindowHandles.Count; i++) 3714IntPtr hWnd = (IntPtr)_threadWindowHandles[i]; 4636Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");