5 references to RaiseEvent
PresentationCore (4)
System\Windows\Input\Command\RoutedCommand.cs (3)
350
uie.
RaiseEvent
(args, trusted);
389
targetUIElement.
RaiseEvent
(args, userInitiated);
410
targetUIElement.
RaiseEvent
(args, userInitiated);
System\Windows\Input\InputManager.cs (1)
779
e.
RaiseEvent
(input, true); // Call the "trusted" flavor of RaiseEvent.
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
974
uiElement.
RaiseEvent
(args, userInitiated);