4 references to RaiseEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (3)
410((UIElement)targetAsDO).RaiseEvent(args, trusted); 461targetUIElement.RaiseEvent(args, userInitiated); 485targetUIElement.RaiseEvent(args, userInitiated);
Core\CSharp\System\Windows\Input\InputManager.cs (1)
996e.RaiseEvent(input, true); // Call the "trusted" flavor of RaiseEvent.