1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2046
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2042
if (newStylusDeviceCapture !=
_stylusCapture
)
2045
IInputElement oldCapture =
_stylusCapture
;
2078
if (
_stylusCapture
!= null)
2080
o =
_stylusCapture
as DependencyObject;
2104
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2111
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
2119
if (
_stylusCapture
!= null)
2121
o =
_stylusCapture
as DependencyObject;
2407
if (
_stylusCapture
== null)
2412
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
2432
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2461
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);