11 references to _parkingWindows
System.Windows.Forms (11)
System\Windows\Forms\Application.ThreadContext.cs (11)
108
lock (
_parkingWindows
)
127
_parkingWindows
.Add(parkingWindow);
139
if (
_parkingWindows
.Count == 0)
148
Debug.Assert(
_parkingWindows
.Count == 1, "parkingWindows count can not be > 1 for legacy OS/target framework versions");
150
return
_parkingWindows
[0];
154
foreach (ParkingWindow window in
_parkingWindows
)
353
if (
_parkingWindows
.Count != 0)
363
uint hwndThread = PInvoke.GetWindowThreadProcessId(
_parkingWindows
[0], out _);
366
for (int i = 0; i <
_parkingWindows
.Count; i++)
370
_parkingWindows
[i].Destroy();
374
_parkingWindows
.Clear();