1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
510
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (13)
506
if (newStylusDeviceCapture !=
_stylusCapture
)
509
IInputElement oldCapture =
_stylusCapture
;
539
if (
_stylusCapture
!= null)
541
o =
_stylusCapture
as DependencyObject;
561
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
568
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
577
if (
_stylusCapture
!= null)
579
o =
_stylusCapture
as DependencyObject;
766
if (
_stylusCapture
== null)
771
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
791
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
820
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);