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)
866
NotifyInputEventArgs notifyInputEventArgs = (
_notifyInputEventArgs
!= null) ?
_notifyInputEventArgs
: new NotifyInputEventArgs();
1097
_notifyInputEventArgs
.Reset(null, null);