1 write to _mouseCapture
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
1049
_mouseCapture
= mouseCapture;
23 references to _mouseCapture
PresentationCore (23)
System\Windows\Input\MouseDevice.cs (23)
261
return (!_isCaptureMouseInProgress) ?
_mouseCapture
: null;
373
else if (
_mouseCapture
!= null)
707
if (
_mouseCapture
== null )
712
DependencyObject dependencyObject =
_mouseCapture
as DependencyObject;
757
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(
_mouseCapture
as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1043
if(mouseCapture !=
_mouseCapture
)
1048
IInputElement oldMouseCapture =
_mouseCapture
;
1050
if (
_mouseCapture
!= null)
1088
if (
_mouseCapture
!= null)
1090
o =
_mouseCapture
as DependencyObject;
1118
UIElement.MouseCaptureWithinProperty.OnOriginValueChanged(oldMouseCapture as DependencyObject,
_mouseCapture
as DependencyObject, ref _mouseCaptureWithinTreeState);
1126
if (
_mouseCapture
!= null)
1128
o =
_mouseCapture
as DependencyObject;
1141
if (
_mouseCapture
!= null)
1145
gotCapture.Source=
_mouseCapture
;
1323
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1339
if (
_mouseCapture
!= null && !_isPhysicallyOver)
1544
if (mouseOver !=
_mouseCapture
)
1547
mouseOver =
_mouseCapture
;
1558
IInputElement mouseCapture = InputElement.GetContainingInputElement(
_mouseCapture
as DependencyObject);
1613
mouseOver =
_mouseCapture
;
1623
mouseOver =
_mouseCapture
;