1 instantiation of ParkingWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
123parkingWindow = new ParkingWindow();
6 references to ParkingWindow
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (5)
42private readonly List<ParkingWindow> _parkingWindows = []; 106internal ParkingWindow GetParkingWindow(DPI_AWARENESS_CONTEXT context) 110ParkingWindow? parkingWindow = GetParkingWindowForContext(context); 137private ParkingWindow? GetParkingWindowForContext(DPI_AWARENESS_CONTEXT context) 154foreach (ParkingWindow window in _parkingWindows)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1160if (containerControl is Application.ParkingWindow)