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); 694if (_notificationWindowHelper != null && 695_notificationWindowHelper.DetachHwndTarget(this)) 697_notificationWindowHelper.Dispose(); 2489if (_notificationWindowHelper == null)