1 write to _parkingHwnd
PresentationFramework (1)
System\Windows\Application.cs (1)
2063
_parkingHwnd
= new HwndWrapper(
4 references to _parkingHwnd
PresentationFramework (4)
System\Windows\Application.cs (4)
1635
_parkingHwnd
?.Dispose();
1922
if (
_parkingHwnd
!= null)
1924
return
_parkingHwnd
.Handle;
2054
if (
_parkingHwnd
== null)