2 writes to _notifyInputEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
869_notifyInputEventArgs = null; 1091_notifyInputEventArgs = notifyInputEventArgs;
3 references to _notifyInputEventArgs
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputManager.cs (3)
866NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 1097_notifyInputEventArgs.Reset(null, null);