1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1040
_mouseCapture
= mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
252
return (!_isCaptureMouseInProgress) ?
_mouseCapture
: null;
364
else if (
_mouseCapture
!= null)
698
if (
_mouseCapture
== null )
703
DependencyObject dependencyObject =
_mouseCapture
as DependencyObject;
748
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(
_mouseCapture
as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1034
if(mouseCapture !=
_mouseCapture
)
1039
IInputElement oldMouseCapture =
_mouseCapture
;
1041
if (
_mouseCapture
!= null)
1079
if (
_mouseCapture
!= null)
1081
o =
_mouseCapture
as DependencyObject;
1109
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1117
if (
_mouseCapture
!= null)
1119
o =
_mouseCapture
as DependencyObject;
1132
if (
_mouseCapture
!= null)
1136
gotCapture.Source=
_mouseCapture
;
1314
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1330
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1535
if (mouseOver !=
_mouseCapture
)
1538
mouseOver =
_mouseCapture
;
1549
IInputElement mouseCapture = InputElement.GetContainingInputElement(
_mouseCapture
as DependencyObject);
1604
mouseOver =
_mouseCapture
;
1614
mouseOver =
_mouseCapture
;