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)
250
return (!_isCaptureMouseInProgress) ?
_mouseCapture
: null;
359
else if (
_mouseCapture
!= null)
693
if (
_mouseCapture
== null )
698
DependencyObject dependencyObject =
_mouseCapture
as DependencyObject;
743
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(
_mouseCapture
as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1033
if(mouseCapture !=
_mouseCapture
)
1038
IInputElement oldMouseCapture =
_mouseCapture
;
1040
if (
_mouseCapture
!= null)
1078
if (
_mouseCapture
!= null)
1080
o =
_mouseCapture
as DependencyObject;
1108
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1116
if (
_mouseCapture
!= null)
1118
o =
_mouseCapture
as DependencyObject;
1133
if (
_mouseCapture
!= null)
1138
Source =
_mouseCapture
1323
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1341
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1550
if (mouseOver !=
_mouseCapture
)
1553
mouseOver =
_mouseCapture
;
1564
IInputElement mouseCapture = InputElement.GetContainingInputElement(
_mouseCapture
as DependencyObject);
1619
mouseOver =
_mouseCapture
;
1629
mouseOver =
_mouseCapture
;