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); 709if (_notificationWindowHelper != null && 710_notificationWindowHelper.DetachHwndTarget(this)) 712_notificationWindowHelper.Dispose(); 2504if (_notificationWindowHelper == null)