4 references to RaiseEvent
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (3)
349uie.RaiseEvent(args, trusted); 386targetUIElement.RaiseEvent(args, userInitiated); 410targetUIElement.RaiseEvent(args, userInitiated);
System\Windows\Input\InputManager.cs (1)
783e.RaiseEvent(input, true); // Call the "trusted" flavor of RaiseEvent.