1 write to _parkingHwnd
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2331
_parkingHwnd
= new HwndWrapper(
5 references to _parkingHwnd
PresentationFramework (5)
src\Framework\System\Windows\Application.cs (5)
1749
if (
_parkingHwnd
!= null)
1751
_parkingHwnd
.Dispose();
2161
if (
_parkingHwnd
!= null)
2163
return
_parkingHwnd
.Handle;
2322
if (BrowserCallbackServices == null &&
_parkingHwnd
== null)