2 writes to _threadWindowHandles
PresentationFramework (2)
System\Windows\Window.cs (2)
352
_threadWindowHandles
= new List<IntPtr>();
3663
_threadWindowHandles
= null;
8 references to _threadWindowHandles
PresentationFramework (8)
System\Windows\Window.cs (8)
344
Debug.Assert(
_threadWindowHandles
== null, "_threadWindowHandles must be null before enumerating the thread windows");
427
if (
_threadWindowHandles
!= null)
3618
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");
3629
_threadWindowHandles
.Add(hWnd);
3641
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");
3643
for (int i = 0; i <
_threadWindowHandles
.Count; i++)
3645
IntPtr hWnd =
_threadWindowHandles
[i];
4488
Debug.Assert(
_threadWindowHandles
!= null, "_threadWindowHandles must not be null at this point");