249 references to AddOwner
PresentationCore (229)
System\Windows\ContentElement.cs (2)
518
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(ContentElement));
532
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(ContentElement));
System\Windows\Generated\ContentElement.cs (75)
805
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
824
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
843
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
862
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
881
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
900
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
919
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
938
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
957
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
976
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
995
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1014
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1033
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
1052
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
1071
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
1090
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
1109
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
1128
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
1147
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
1166
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
1185
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1204
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
1223
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
1242
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
1261
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1280
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1299
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1318
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1337
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1356
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1375
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1394
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1413
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1432
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1451
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1470
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1489
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1508
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1527
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1546
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1565
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1584
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1603
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1622
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1641
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1660
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1679
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1698
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1717
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1736
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1755
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1774
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1793
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1812
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1831
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1850
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1869
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1888
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1907
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1926
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1945
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1964
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1983
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
2002
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
2021
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
2040
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
2060
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
2080
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
2100
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
2120
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
2140
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
2160
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
2180
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
2200
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2220
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement.cs (67)
2758
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
2777
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
2796
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
2815
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
2986
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
3005
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
3024
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
3043
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
3062
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
3081
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
3100
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
3119
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
3138
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
3157
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
3176
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
3195
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
3214
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
3233
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
3252
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
3271
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
3290
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
3309
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
3328
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
3347
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
3366
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
3385
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3404
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3423
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
3442
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
3461
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
3480
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
3499
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
3518
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
3537
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
3556
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
3575
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
3594
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
3613
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
3632
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
3651
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3670
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3689
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3708
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3727
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
3746
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
3765
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
3784
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
3803
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
3822
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
3841
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
3860
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
3879
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
3898
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
3917
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
3936
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
3955
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
3974
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
3993
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
4013
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
4033
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
4053
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
4073
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
4093
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
4113
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
4133
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
4153
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
4173
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement3D.cs (75)
533
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
552
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
571
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
590
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
609
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
628
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
647
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
666
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
685
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
704
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
723
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
742
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
761
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
780
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
799
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
818
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
837
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
856
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
875
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
894
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
913
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
932
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
951
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
970
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
989
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1008
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1027
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1046
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1065
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1084
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1103
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1122
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1141
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1160
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1179
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1198
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1217
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1236
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1255
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1274
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1293
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1312
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1331
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1350
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1369
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1388
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1407
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1426
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1445
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1464
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1483
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1502
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1521
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1540
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1559
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1578
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1597
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1616
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1635
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1654
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1673
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1692
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1711
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
1730
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
1749
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
1768
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
1788
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
1808
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
1828
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
1848
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
1868
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
1888
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
1908
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
1928
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
1948
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\UIElement.cs (8)
3466
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement));
3480
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement));
4362
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.
AddOwner
(typeof(UIElement));
4387
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.
AddOwner
(typeof(UIElement));
4412
public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.
AddOwner
(typeof(UIElement));
4437
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.
AddOwner
(typeof(UIElement));
4462
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.
AddOwner
(typeof(UIElement));
4487
public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.
AddOwner
(typeof(UIElement));
System\Windows\UIElement3D.cs (2)
721
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement3D));
735
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement3D));
PresentationFramework (19)
System\Windows\Controls\ContextMenu.cs (2)
310
public static readonly RoutedEvent OpenedEvent = PopupControlService.ContextMenuOpenedEvent.
AddOwner
(typeof(ContextMenu));
339
public static readonly RoutedEvent ClosedEvent = PopupControlService.ContextMenuClosedEvent.
AddOwner
(typeof(ContextMenu));
System\Windows\Controls\DataGridRow.cs (2)
1107
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(DataGridRow));
1137
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(DataGridRow));
System\Windows\Controls\Image.cs (1)
403
Image.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(Image));
System\Windows\Controls\ListBoxItem.cs (2)
134
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(ListBoxItem));
154
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(ListBoxItem));
System\Windows\Documents\Hyperlink.cs (1)
457
public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.
AddOwner
(typeof(Hyperlink));
System\Windows\FrameworkContentElement.cs (6)
1696
public static readonly RoutedEvent LoadedEvent = FrameworkElement.LoadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1727
public static readonly RoutedEvent UnloadedEvent = FrameworkElement.UnloadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1859
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1897
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
1929
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1960
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (4)
5921
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(_typeofThis);
5959
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(_typeofThis);
5991
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(_typeofThis);
6022
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(_typeofThis);
System\Windows\Interop\HwndHost.cs (1)
28
HwndHost.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(HwndHost));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
240
public static readonly RoutedEvent ClickEvent = MenuItem.ClickEvent.
AddOwner
(typeof(RibbonSplitButton));