1 write to _mouseCapture
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1153_mouseCapture = mouseCapture;
26 references to _mouseCapture
PresentationCore (26)
Core\CSharp\System\Windows\Input\MouseDevice.cs (26)
311return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 428else if (_mouseCapture != null) 781if (_mouseCapture == null ) 786DependencyObject dependencyObject = _mouseCapture as DependencyObject; 794killCapture = !ValidateUIElementForCapture((UIElement)_mouseCapture); 798killCapture = !ValidateContentElementForCapture((ContentElement)_mouseCapture); 802killCapture = !ValidateUIElement3DForCapture((UIElement3D)_mouseCapture); 831UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1147if(mouseCapture != _mouseCapture) 1152IInputElement oldMouseCapture = _mouseCapture; 1154if (_mouseCapture != null) 1192if (_mouseCapture != null) 1194o = _mouseCapture as DependencyObject; 1222UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1230if (_mouseCapture != null) 1232o = _mouseCapture as DependencyObject; 1245if (_mouseCapture != null) 1249gotCapture.Source= _mouseCapture; 1446if (_mouseCapture != null && !_isPhysicallyOver) 1462if (_mouseCapture != null && !_isPhysicallyOver) 1645if (mouseOver != _mouseCapture) 1648mouseOver = _mouseCapture; 1659IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1714mouseOver = _mouseCapture; 1724mouseOver = _mouseCapture;