1 instantiation of ParkingWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
2609parkingWindow = new ParkingWindow();
7 references to ParkingWindow
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (6)
2345private List<ParkingWindow> parkingWindows = new List<ParkingWindow>(); 2586internal ParkingWindow GetParkingWindow(DpiAwarenessContext context) { 2590var parkingWindow = GetParkingWindowForContext(context); 2626internal ParkingWindow GetParkingWindowForContext(DpiAwarenessContext context) { 2642foreach (var p in parkingWindows) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1231if (cc is Application.ParkingWindow)