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); 768if (_notificationWindowHelper != null && 769_notificationWindowHelper.DetachHwndTarget(this)) 771_notificationWindowHelper.Dispose(); 2685if (_notificationWindowHelper == null)