1 write to _parkingHwnd
PresentationFramework (1)
System\Windows\Application.cs (1)
2072
_parkingHwnd
= new HwndWrapper(
5 references to _parkingHwnd
PresentationFramework (5)
System\Windows\Application.cs (5)
1638
if (
_parkingHwnd
!= null)
1640
_parkingHwnd
.Dispose();
1931
if (
_parkingHwnd
!= null)
1933
return
_parkingHwnd
.Handle;
2063
if (
_parkingHwnd
== null)