1 write to _parkingHwnd
PresentationFramework (1)
System\Windows\Application.cs (1)
2062
_parkingHwnd
= new HwndWrapper(
4 references to _parkingHwnd
PresentationFramework (4)
System\Windows\Application.cs (4)
1634
_parkingHwnd
?.Dispose();
1921
if (
_parkingHwnd
!= null)
1923
return
_parkingHwnd
.Handle;
2053
if (
_parkingHwnd
== null)