Implemented interface member:
method
RaiseEvent
System.Windows.IInputElement.RaiseEvent(System.Windows.RoutedEventArgs)
99 references to RaiseEvent
PresentationCore (12)
Core\CSharp\System\Windows\DragDrop.cs (8)
411
((UIElement)dragSource).
RaiseEvent
(args);
442
((UIElement)dragSource).
RaiseEvent
(args);
743
((UIElement)_dragSource).
RaiseEvent
(args);
766
((UIElement)_dragSource).
RaiseEvent
(args);
800
((UIElement)_dragSource).
RaiseEvent
(args);
823
((UIElement)_dragSource).
RaiseEvent
(args);
1202
((UIElement)target).
RaiseEvent
(dragEventArgs);
1226
((UIElement)target).
RaiseEvent
(dragEventArgs);
Core\CSharp\System\Windows\MouseOverProperty.cs (1)
50
uie.
RaiseEvent
(mouseEventArgs);
Core\CSharp\System\Windows\PresentationSource.cs (1)
861
((UIElement)doTarget).
RaiseEvent
(args);
Core\CSharp\System\Windows\UIElement.cs (2)
3585
RaiseEvent
(e);
3594
RaiseEvent
(e);
PresentationFramework (70)
src\Framework\MS\Internal\Controls\WebBrowserEvent.cs (1)
372
_parent.
RaiseEvent
(new RequestSetStatusBarEventArgs(text));
src\Framework\MS\Internal\FrameworkObject.cs (1)
972
_fe.
RaiseEvent
(args);
src\Framework\System\Windows\Controls\Button.cs (1)
223
this.
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Calendar.cs (1)
792
RaiseEvent
(e);
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
345
RaiseEvent
(e);
374
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Control.cs (2)
540
RaiseEvent
(e);
563
RaiseEvent
(e);
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
746
RaiseEvent
(e);
776
RaiseEvent
(e);
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
1161
RaiseEvent
(e);
1191
RaiseEvent
(e);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
792
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Expander.cs (2)
279
RaiseEvent
(args);
288
RaiseEvent
(new RoutedEventArgs(Expander.CollapsedEvent, this));
src\Framework\System\Windows\Controls\Image.cs (3)
340
RaiseEvent
(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e));
440
RaiseEvent
(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e.ErrorException));
519
RaiseEvent
(new ExceptionRoutedEventArgs(ImageFailedEvent, this, cause));
src\Framework\System\Windows\Controls\InkCanvas.cs (6)
1060
RaiseEvent
(e);
1199
RaiseEvent
(e);
1298
RaiseEvent
(e);
1358
RaiseEvent
(e);
1415
RaiseEvent
(e);
1574
RaiseEvent
(e);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
134
RaiseEvent
(e);
src\Framework\System\Windows\Controls\MediaElement.cs (6)
913
RaiseEvent
(
927
RaiseEvent
(new RoutedEventArgs(MediaOpenedEvent, this));
937
RaiseEvent
(new RoutedEventArgs(BufferingStartedEvent, this));
947
RaiseEvent
(new RoutedEventArgs(BufferingEndedEvent, this));
957
RaiseEvent
(new RoutedEventArgs(MediaEndedEvent, this));
967
RaiseEvent
(
src\Framework\System\Windows\Controls\MenuItem.cs (7)
731
RaiseEvent
(e);
740
RaiseEvent
(e);
933
RaiseEvent
(e);
942
RaiseEvent
(e);
1031
menuItem.
RaiseEvent
(new RoutedPropertyChangedEventArgs<bool>((bool) e.OldValue, (bool) e.NewValue, MenuBase.IsSelectedChangedEvent));
1390
RaiseEvent
(new RoutedEventArgs(MenuItem.PreviewClickEvent, this));
1417
RaiseEvent
(new RoutedEventArgs(MenuItem.ClickEvent, this));
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
949
RaiseEvent
(new RoutedEventArgs(PasswordChangedEvent));
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
69
RaiseEvent
(newEvent);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
261
RaiseEvent
(args);
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
488
RaiseEvent
(newEvent);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
1322
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1033
RaiseEvent
(e);
1043
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (4)
153
RaiseEvent
(new DragCompletedEventArgs(_previousScreenCoordPosition.X - _originScreenCoordPosition.X, _previousScreenCoordPosition.Y - _originScreenCoordPosition.Y, true));
239
RaiseEvent
(new DragStartedEventArgs(_originThumbPoint.X, _originThumbPoint.Y));
273
RaiseEvent
(new DragCompletedEventArgs(pt.X - _originScreenCoordPosition.X, pt.Y - _originScreenCoordPosition.Y, false));
310
RaiseEvent
(new DragDeltaEventArgs(thumbCoordPosition.X - _originThumbPoint.X,
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (3)
204
RaiseEvent
(e);
213
RaiseEvent
(e);
222
RaiseEvent
(e);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
914
RaiseEvent
(e);
src\Framework\System\Windows\Controls\TabItem.cs (1)
160
RaiseEvent
(e);
src\Framework\System\Windows\Controls\ToolTip.cs (2)
384
RaiseEvent
(e);
415
RaiseEvent
(e);
src\Framework\System\Windows\Controls\TreeView.cs (1)
182
RaiseEvent
(e);
src\Framework\System\Windows\Controls\TreeViewItem.cs (4)
235
RaiseEvent
(e);
267
RaiseEvent
(e);
299
RaiseEvent
(e);
331
RaiseEvent
(e);
src\Framework\System\Windows\Controls\Validation.cs (1)
591
((UIElement)source).
RaiseEvent
(args);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1959
itemsControl.
RaiseEvent
(e);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (3)
212
This.UiScope.
RaiseEvent
(dataObjectCopyingEventArgs);
273
This.UiScope.
RaiseEvent
(dataObjectPastingEventArgs);
1198
uiScope.
RaiseEvent
(dataObjectSettingDataEventArgs);
src\Framework\System\Windows\FrameworkElement.cs (4)
3312
RaiseEvent
(args);
4819
RaiseEvent
(localArgs);
5773
RaiseEvent
(args);
5801
RaiseEvent
(args);
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
70
RaiseEvent
(args);
83
RaiseEvent
(args);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
700
dest.
RaiseEvent
(e);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1505
dest.
RaiseEvent
(e);
System\Activities\Core\Presentation\StateMachineConnetionPointsAdorner.cs (1)
78
target.
RaiseEvent
(args);
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
432
focusable.
RaiseEvent
(e);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointsAdorner.cs (1)
54
AdornedElement.
RaiseEvent
(e);
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
223
toolboxControl.
RaiseEvent
(new RoutedEventArgs(ToolSelectedEvent, toolboxControl));
385
RaiseEvent
(args);
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (3)
259
RaiseEvent
(new RoutedEventArgs(VisibilityChangedEvent, this));
310
sender.
RaiseEvent
(args);
313
sender.
RaiseEvent
(new RoutedEventArgs(CloseEvent, sender));
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (4)
534
ctrl.
RaiseEvent
(new RoutedEventArgs(TypePresenter.TypeChangedEvent, ctrl));
603
this.
RaiseEvent
(new RoutedEventArgs(TypePresenter.TypeBrowserOpenedEvent, this));
615
this.
RaiseEvent
(new RoutedEventArgs(TypePresenter.TypeBrowserOpenedEvent, this));
679
this.
RaiseEvent
(new RoutedEventArgs(TypePresenter.TypeBrowserClosedEvent, this));
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
269
this.
RaiseEvent
(new RoutedEventArgs(ExpressionTextBox.EditorLostLogicalFocusEvent, this));