1 write to _raiseTouchEnterOrLeaveAction
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
935_raiseTouchEnterOrLeaveAction = new Action<DependencyObject, bool>(RaiseTouchEnterOrLeave);
2 references to _raiseTouchEnterOrLeaveAction
PresentationCore (2)
System\Windows\Input\TouchDevice.cs (2)
933if (_raiseTouchEnterOrLeaveAction == null) 937return _raiseTouchEnterOrLeaveAction;