1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1072_mouseCapture = mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
284return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 396else if (_mouseCapture != null) 730if (_mouseCapture == null ) 735DependencyObject dependencyObject = _mouseCapture as DependencyObject; 780UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1066if(mouseCapture != _mouseCapture) 1071IInputElement oldMouseCapture = _mouseCapture; 1073if (_mouseCapture != null) 1111if (_mouseCapture != null) 1113o = _mouseCapture as DependencyObject; 1141UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1149if (_mouseCapture != null) 1151o = _mouseCapture as DependencyObject; 1164if (_mouseCapture != null) 1168gotCapture.Source= _mouseCapture; 1346if (_mouseCapture != null && !_isPhysicallyOver) 1362if (_mouseCapture != null && !_isPhysicallyOver) 1567if (mouseOver != _mouseCapture) 1570mouseOver = _mouseCapture; 1581IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1636mouseOver = _mouseCapture; 1646mouseOver = _mouseCapture;