14 references to OnOriginValueChanged
PresentationCore (14)
System\Windows\Input\KeyboardDevice.cs (2)
440
UIElement.FocusWithinProperty.
OnOriginValueChanged
(oldFocus, _focus, ref _focusTreeState);
653
UIElement.FocusWithinProperty.
OnOriginValueChanged
(_focus, _focus, ref _focusTreeState);
System\Windows\Input\MouseDevice.cs (4)
650
UIElement.MouseOverProperty.
OnOriginValueChanged
(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState);
742
UIElement.MouseCaptureWithinProperty.
OnOriginValueChanged
(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState);
1013
UIElement.MouseOverProperty.
OnOriginValueChanged
(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState);
1107
UIElement.MouseCaptureWithinProperty.
OnOriginValueChanged
(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
568
UIElement.StylusCaptureWithinProperty.
OnOriginValueChanged
(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
662
UIElement.StylusOverProperty.
OnOriginValueChanged
(oldOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState);
820
UIElement.StylusCaptureWithinProperty.
OnOriginValueChanged
(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
882
UIElement.StylusOverProperty.
OnOriginValueChanged
(_stylusOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2123
UIElement.StylusCaptureWithinProperty.
OnOriginValueChanged
(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);
2211
UIElement.StylusOverProperty.
OnOriginValueChanged
(oldOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState);
2360
UIElement.StylusOverProperty.
OnOriginValueChanged
(_stylusOver as DependencyObject, _stylusOver as DependencyObject, ref _stylusOverTreeState);
2473
UIElement.StylusCaptureWithinProperty.
OnOriginValueChanged
(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);