5 references to RaiseEvent
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (3)
354ce.RaiseEvent(args, trusted); 396targetAsContentElement.RaiseEvent(args, userInitiated); 414targetAsContentElement.RaiseEvent(args, userInitiated);
System\Windows\Input\InputManager.cs (1)
783ce.RaiseEvent(input, true);// Call the "trusted" flavor of RaiseEvent.
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
978contentElement.RaiseEvent(args, userInitiated);