2 writes to _notificationWindowHelper
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
772
_notificationWindowHelper
= null;
2687
_notificationWindowHelper
= new NotificationWindowHelper();
5 references to _notificationWindowHelper
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (5)
619
_notificationWindowHelper
.AttachHwndTarget(this);
768
if (
_notificationWindowHelper
!= null &&
769
_notificationWindowHelper
.DetachHwndTarget(this))
771
_notificationWindowHelper
.Dispose();
2685
if (
_notificationWindowHelper
== null)