1 write to _parkingHwnd
PresentationFramework (1)
System\Windows\Application.cs (1)
2148
_parkingHwnd
= new HwndWrapper(
5 references to _parkingHwnd
PresentationFramework (5)
System\Windows\Application.cs (5)
1672
if (
_parkingHwnd
!= null)
1674
_parkingHwnd
.Dispose();
2007
if (
_parkingHwnd
!= null)
2009
return
_parkingHwnd
.Handle;
2139
if (
_parkingHwnd
== null)