6 references to OnOriginValueChanged
PresentationCore (6)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (2)
516
UIElement.FocusWithinProperty.
OnOriginValueChanged
(oldFocus, _focus, ref _focusTreeState);
734
UIElement.FocusWithinProperty.
OnOriginValueChanged
(_focus, _focus, ref _focusTreeState);
Core\CSharp\System\Windows\Input\MouseDevice.cs (4)
739
UIElement.MouseOverProperty.
OnOriginValueChanged
(_mouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState);
831
UIElement.MouseCaptureWithinProperty.
OnOriginValueChanged
(_mouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState);
1120
UIElement.MouseOverProperty.
OnOriginValueChanged
(oldMouseOver as DependencyObject, _mouseOver as DependencyObject, ref _mouseOverTreeState);
1222
UIElement.MouseCaptureWithinProperty.
OnOriginValueChanged
(oldMouseCapture as DependencyObject, _mouseCapture as DependencyObject, ref _mouseCaptureWithinTreeState);