1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2055
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2051
if (newStylusDeviceCapture !=
_stylusCapture
)
2054
IInputElement oldCapture =
_stylusCapture
;
2087
if (
_stylusCapture
!= null)
2089
o =
_stylusCapture
as DependencyObject;
2113
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2120
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
2128
if (
_stylusCapture
!= null)
2130
o =
_stylusCapture
as DependencyObject;
2416
if (
_stylusCapture
== null)
2421
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
2441
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
2470
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);