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); 693if (_notificationWindowHelper != null && 694_notificationWindowHelper.DetachHwndTarget(this)) 696_notificationWindowHelper.Dispose(); 2485if (_notificationWindowHelper == null)