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