1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1038_mouseCapture = mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
249return (!_isCaptureMouseInProgress) ? _mouseCapture : null; 358else if (_mouseCapture != null) 692if (_mouseCapture == null ) 697DependencyObject dependencyObject = _mouseCapture as DependencyObject; 742UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1032if(mouseCapture != _mouseCapture) 1037IInputElement oldMouseCapture = _mouseCapture; 1039if (_mouseCapture != null) 1077if (_mouseCapture != null) 1079o = _mouseCapture as DependencyObject; 1107UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState); 1115if (_mouseCapture != null) 1117o = _mouseCapture as DependencyObject; 1132if (_mouseCapture != null) 1137Source = _mouseCapture 1322if (_mouseCapture != null && !_isPhysicallyOver) 1340if (_mouseCapture != null && !_isPhysicallyOver) 1546if (mouseOver != _mouseCapture) 1549mouseOver = _mouseCapture; 1560IInputElement mouseCapture = InputElement.GetContainingInputElement(_mouseCapture as DependencyObject); 1615mouseOver = _mouseCapture; 1625mouseOver = _mouseCapture;