1 instantiation of ParkingWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
118
parkingWindow = new
ParkingWindow
();
10 references to ParkingWindow
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (5)
41
private readonly List<
ParkingWindow
> _parkingWindows = [];
101
internal
ParkingWindow
GetParkingWindow(DPI_AWARENESS_CONTEXT context)
105
ParkingWindow
? parkingWindow = GetParkingWindowForContext(context);
132
private
ParkingWindow
? GetParkingWindowForContext(DPI_AWARENESS_CONTEXT context)
149
foreach (
ParkingWindow
window in _parkingWindows)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1160
if (containerControl is Application.
ParkingWindow
)
System.Windows.Forms.Tests (4)
System\Windows\Forms\Application.ParkingWindowTests.cs (4)
80
ParkingWindow
parkingWindow = ctx.TestAccessor().Dynamic.GetParkingWindowForContext(DPI_AWARENESS_CONTEXT.DPI_AWARENESS_CONTEXT_UNAWARE);
115
ParkingWindow
parkingWindow = ctx.TestAccessor().Dynamic.GetParkingWindowForContext(DPI_AWARENESS_CONTEXT.DPI_AWARENESS_CONTEXT_SYSTEM_AWARE);
149
ParkingWindow
parkingWindow = ctx.TestAccessor().Dynamic.GetParkingWindowForContext(DPI_AWARENESS_CONTEXT.DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
181
ParkingWindow
parkingWindow = ctx.TestAccessor().Dynamic.GetParkingWindowForContext(DPI_AWARENESS_CONTEXT.DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);