4 references to RaiseEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (3)
414((ContentElement)targetAsDO).RaiseEvent(args, trusted); 468targetAsContentElement.RaiseEvent(args, userInitiated); 489targetAsContentElement.RaiseEvent(args, userInitiated);
Core\CSharp\System\Windows\Input\InputManager.cs (1)
1002ce.RaiseEvent(input, true);// Call the "trusted" flavor of RaiseEvent.