1 instantiation of ParkingWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
118parkingWindow = new ParkingWindow();
6 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)
1154if (containerControl is Application.ParkingWindow)