1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2059
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2055
if (newStylusDeviceCapture !=
_stylusCapture
)
2058
IInputElement oldCapture =
_stylusCapture
;
2091
if (
_stylusCapture
!= null)
2093
o =
_stylusCapture
as DependencyObject;
2117
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2124
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
2132
if (
_stylusCapture
!= null)
2134
o =
_stylusCapture
as DependencyObject;
2420
if (
_stylusCapture
== null)
2425
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
2445
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2474
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);