1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1040_mouseCapture = mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
252return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 364else if (_mouseCapture != null) 698if (_mouseCapture == null ) 703DependencyObject dependencyObject = _mouseCapture as DependencyObject; 748UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1034if(mouseCapture != _mouseCapture) 1039IInputElement oldMouseCapture = _mouseCapture; 1041if (_mouseCapture != null) 1079if (_mouseCapture != null) 1081o = _mouseCapture as DependencyObject; 1109UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1117if (_mouseCapture != null) 1119o = _mouseCapture as DependencyObject; 1132if (_mouseCapture != null) 1136gotCapture.Source= _mouseCapture; 1314if (_mouseCapture != null && !_isPhysicallyOver) 1330if (_mouseCapture != null && !_isPhysicallyOver) 1535if (mouseOver != _mouseCapture) 1538mouseOver = _mouseCapture; 1549IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1604mouseOver = _mouseCapture; 1614mouseOver = _mouseCapture;