1 reference to OnMouseActionPropertyChanged
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
128
DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(
OnMouseActionPropertyChanged
)));