1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1049_mouseCapture = mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
261return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 373else if (_mouseCapture != null) 707if (_mouseCapture == null ) 712DependencyObject dependencyObject = _mouseCapture as DependencyObject; 757UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1043if(mouseCapture != _mouseCapture) 1048IInputElement oldMouseCapture = _mouseCapture; 1050if (_mouseCapture != null) 1088if (_mouseCapture != null) 1090o = _mouseCapture as DependencyObject; 1118UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1126if (_mouseCapture != null) 1128o = _mouseCapture as DependencyObject; 1141if (_mouseCapture != null) 1145gotCapture.Source= _mouseCapture; 1323if (_mouseCapture != null && !_isPhysicallyOver) 1339if (_mouseCapture != null && !_isPhysicallyOver) 1544if (mouseOver != _mouseCapture) 1547mouseOver = _mouseCapture; 1558IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1613mouseOver = _mouseCapture; 1623mouseOver = _mouseCapture;