1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2058
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2054
if (newStylusDeviceCapture !=
_stylusCapture
)
2057
IInputElement oldCapture =
_stylusCapture
;
2090
if (
_stylusCapture
!= null)
2092
o =
_stylusCapture
as DependencyObject;
2116
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2123
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
2131
if (
_stylusCapture
!= null)
2133
o =
_stylusCapture
as DependencyObject;
2419
if (
_stylusCapture
== null)
2424
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
2444
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2473
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);