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