2 writes to _notificationWindowHelper
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
713
_notificationWindowHelper
= null;
2506
_notificationWindowHelper
= new NotificationWindowHelper();
5 references to _notificationWindowHelper
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (5)
577
_notificationWindowHelper
.AttachHwndTarget(this);
709
if (
_notificationWindowHelper
!= null &&
710
_notificationWindowHelper
.DetachHwndTarget(this))
712
_notificationWindowHelper
.Dispose();
2504
if (
_notificationWindowHelper
== null)