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