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)
249
return (!_isCaptureMouseInProgress) ?
_mouseCapture
: null;
358
else if (
_mouseCapture
!= null)
692
if (
_mouseCapture
== null )
697
DependencyObject dependencyObject =
_mouseCapture
as DependencyObject;
742
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(
_mouseCapture
as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1032
if(mouseCapture !=
_mouseCapture
)
1037
IInputElement oldMouseCapture =
_mouseCapture
;
1039
if (
_mouseCapture
!= null)
1077
if (
_mouseCapture
!= null)
1079
o =
_mouseCapture
as DependencyObject;
1107
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1115
if (
_mouseCapture
!= null)
1117
o =
_mouseCapture
as DependencyObject;
1132
if (
_mouseCapture
!= null)
1137
Source =
_mouseCapture
1322
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1340
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1546
if (mouseOver !=
_mouseCapture
)
1549
mouseOver =
_mouseCapture
;
1560
IInputElement mouseCapture = InputElement.GetContainingInputElement(
_mouseCapture
as DependencyObject);
1615
mouseOver =
_mouseCapture
;
1625
mouseOver =
_mouseCapture
;