2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
361_threadWindowHandles = new ArrayList(); 3545_threadWindowHandles = null;
8 references to _threadWindowHandles
PresentationFramework (8)
System\Windows\Window.cs (8)
353Debug.Assert(_threadWindowHandles == null, "_threadWindowHandles must be null before enumerating the thread windows"); 436if (_threadWindowHandles != null) 3500Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3511_threadWindowHandles.Add(hWnd); 3523Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point"); 3525for (int i = 0; i < _threadWindowHandles.Count; i++) 3527IntPtr hWnd = (IntPtr)_threadWindowHandles[i]; 4383Debug.Assert(_threadWindowHandles != null, "_threadWindowHandles must not be null at this point");