2 writes to _notificationWindowHelper
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
698
_notificationWindowHelper
= null;
2491
_notificationWindowHelper
= new NotificationWindowHelper();
5 references to _notificationWindowHelper
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (5)
562
_notificationWindowHelper
.AttachHwndTarget(this);
694
if (
_notificationWindowHelper
!= null &&
695
_notificationWindowHelper
.DetachHwndTarget(this))
697
_notificationWindowHelper
.Dispose();
2489
if (
_notificationWindowHelper
== null)