1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1039_mouseCapture = mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
250return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 359else if (_mouseCapture != null) 693if (_mouseCapture == null ) 698DependencyObject dependencyObject = _mouseCapture as DependencyObject; 743UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1033if(mouseCapture != _mouseCapture) 1038IInputElement oldMouseCapture = _mouseCapture; 1040if (_mouseCapture != null) 1078if (_mouseCapture != null) 1080o = _mouseCapture as DependencyObject; 1108UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1116if (_mouseCapture != null) 1118o = _mouseCapture as DependencyObject; 1133if (_mouseCapture != null) 1138Source = _mouseCapture 1323if (_mouseCapture != null && !_isPhysicallyOver) 1341if (_mouseCapture != null && !_isPhysicallyOver) 1550if (mouseOver != _mouseCapture) 1553mouseOver = _mouseCapture; 1564IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1619mouseOver = _mouseCapture; 1629mouseOver = _mouseCapture;