2 writes to _notificationWindowHelper
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
697
_notificationWindowHelper
= null;
2487
_notificationWindowHelper
= new NotificationWindowHelper();
5 references to _notificationWindowHelper
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (5)
561
_notificationWindowHelper
.AttachHwndTarget(this);
693
if (
_notificationWindowHelper
!= null &&
694
_notificationWindowHelper
.DetachHwndTarget(this))
696
_notificationWindowHelper
.Dispose();
2485
if (
_notificationWindowHelper
== null)