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)
405
Debug.Assert(
_threadWindowHandles
== null, "_threadWindowHandles must be null before enumerating the thread windows");
488
if (
_threadWindowHandles
!= null)
3682
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");
3693
_threadWindowHandles
.Add(hWnd);
3710
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");
3712
for (int i = 0; i <
_threadWindowHandles
.Count; i++)
3714
IntPtr hWnd = (IntPtr)
_threadWindowHandles
[i];
4636
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");