182 references to AddOwner
PresentationCore (163)
Core\CSharp\System\Windows\ContentElement.cs (2)
535
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(ContentElement));
549
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(ContentElement));
Core\CSharp\System\Windows\Generated\ContentElement.cs (53)
880
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
899
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
918
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
937
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
956
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
975
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
994
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
1013
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
1032
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
1051
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
1070
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1089
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1108
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
1127
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
1146
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
1165
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
1184
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
1203
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
1222
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
1241
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
1260
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1697
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1716
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1735
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1754
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1773
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1792
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1811
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1830
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1849
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1868
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1887
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1906
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1925
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1944
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1963
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1982
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
2001
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
2020
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
2039
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
2058
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
2077
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
2096
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
2115
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
2135
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
2155
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
2175
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
2195
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
2215
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
2235
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
2255
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
2275
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2295
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement.cs (45)
3158
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
3177
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
3196
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
3215
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
3386
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
3405
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
3424
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
3443
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
3462
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
3481
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
3500
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
3519
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
3538
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
3975
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
3994
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
4013
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
4032
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
4051
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
4070
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
4089
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
4108
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
4127
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
4146
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
4165
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
4184
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
4203
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
4222
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
4241
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
4260
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
4279
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
4298
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
4317
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
4336
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
4355
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
4374
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
4393
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
4413
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
4433
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
4453
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
4473
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
4493
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
4513
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
4533
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
4553
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
4573
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (53)
586
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
605
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
624
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
643
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
662
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
681
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
700
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
719
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
738
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
757
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
776
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
795
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
814
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
833
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
852
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
871
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
890
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
909
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
928
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
947
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
966
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1403
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1422
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1441
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1460
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1479
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1498
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1517
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1536
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1555
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1574
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1593
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1612
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1631
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1650
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1669
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1688
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1707
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1726
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1745
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1764
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
1783
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
1802
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
1821
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
1841
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
1861
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
1881
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
1901
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
1921
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
1941
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
1961
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
1981
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2001
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
Core\CSharp\System\Windows\UIElement.cs (8)
3520
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement));
3534
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement));
4425
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.
AddOwner
(typeof(UIElement));
4450
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.
AddOwner
(typeof(UIElement));
4475
public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.
AddOwner
(typeof(UIElement));
4500
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.
AddOwner
(typeof(UIElement));
4525
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.
AddOwner
(typeof(UIElement));
4550
public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.
AddOwner
(typeof(UIElement));
Core\CSharp\System\Windows\UIElement3D.cs (2)
744
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement3D));
758
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement3D));
PresentationFramework (19)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
322
public static readonly RoutedEvent OpenedEvent = PopupControlService.ContextMenuOpenedEvent.
AddOwner
(typeof(ContextMenu));
351
public static readonly RoutedEvent ClosedEvent = PopupControlService.ContextMenuClosedEvent.
AddOwner
(typeof(ContextMenu));
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
1137
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(DataGridRow));
1167
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(DataGridRow));
src\Framework\System\Windows\Controls\Image.cs (1)
416
Image.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(Image));
src\Framework\System\Windows\Controls\ListBoxItem.cs (2)
144
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(ListBoxItem));
164
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(ListBoxItem));
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
463
public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.
AddOwner
(typeof(Hyperlink));
src\Framework\System\Windows\FrameworkContentElement.cs (6)
1727
public static readonly RoutedEvent LoadedEvent = FrameworkElement.LoadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1758
public static readonly RoutedEvent UnloadedEvent = FrameworkElement.UnloadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1890
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1928
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
1960
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1991
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (4)
5942
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(_typeofThis);
5980
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(_typeofThis);
6012
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(_typeofThis);
6043
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(_typeofThis);
src\Framework\System\Windows\Interop\HwndHost.cs (1)
40
HwndHost.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(HwndHost));