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)
816
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
835
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
854
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
873
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
892
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
911
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
930
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
949
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
968
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
987
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
1006
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1025
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1044
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
1063
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
1082
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
1101
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
1120
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
1139
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
1158
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
1177
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
1196
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1215
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
1234
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
1253
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
1272
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1291
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1310
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1329
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1348
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1367
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1386
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1405
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1424
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1443
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1462
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1481
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1500
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1519
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1538
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1557
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1576
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1595
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1614
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1633
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1652
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1671
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1690
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1709
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1728
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1747
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1766
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1785
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1804
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1823
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1842
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1861
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1880
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1899
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1918
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1937
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1956
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1975
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1994
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
2013
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
2032
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
2051
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
2071
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
2091
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
2111
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
2131
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
2151
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
2171
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
2191
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
2211
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2231
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement.cs (67)
2769
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
2788
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
2807
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
2826
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
2997
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
3016
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
3035
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
3054
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
3073
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
3092
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
3111
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
3130
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
3149
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
3168
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
3187
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
3206
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
3225
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
3244
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
3263
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
3282
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
3301
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
3320
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
3339
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
3358
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
3377
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
3396
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3415
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3434
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
3453
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
3472
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
3491
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
3510
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
3529
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
3548
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
3567
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
3586
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
3605
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
3624
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
3643
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
3662
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3681
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3700
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3719
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3738
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
3757
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
3776
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
3795
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
3814
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
3833
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
3852
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
3871
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
3890
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
3909
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
3928
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
3947
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
3966
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
3985
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
4004
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
4024
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
4044
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
4064
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
4084
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
4104
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
4124
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
4144
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
4164
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
4184
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement3D.cs (75)
535
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
554
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
573
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
592
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
611
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
630
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
649
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
668
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
687
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
706
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
725
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
744
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
763
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
782
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
801
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
820
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
839
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
858
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
877
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
896
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
915
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
934
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
953
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
972
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
991
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1010
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1029
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1048
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1067
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1086
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1105
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1124
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1143
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1162
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1181
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1200
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1219
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1238
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1257
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1276
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1295
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1314
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1333
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1352
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1371
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1390
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1409
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1428
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1447
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1466
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1485
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1504
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1523
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1542
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1561
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1580
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1599
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1618
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1637
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1656
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1675
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1694
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1713
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
1732
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
1751
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
1770
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
1790
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
1810
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
1830
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
1850
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
1870
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
1890
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
1910
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
1930
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
1950
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\UIElement.cs (8)
3480
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement));
3494
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement));
4377
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.
AddOwner
(typeof(UIElement));
4402
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.
AddOwner
(typeof(UIElement));
4427
public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.
AddOwner
(typeof(UIElement));
4452
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.
AddOwner
(typeof(UIElement));
4477
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.
AddOwner
(typeof(UIElement));
4502
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)
1132
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(DataGridRow));
1162
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)
137
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(ListBoxItem));
157
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)
1704
public static readonly RoutedEvent LoadedEvent = FrameworkElement.LoadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1735
public static readonly RoutedEvent UnloadedEvent = FrameworkElement.UnloadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1867
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1905
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
1937
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1968
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (4)
5925
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(_typeofThis);
5963
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(_typeofThis);
5995
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(_typeofThis);
6026
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(_typeofThis);
System\Windows\Interop\HwndHost.cs (1)
31
HwndHost.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(HwndHost));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
243
public static readonly RoutedEvent ClickEvent = MenuItem.ClickEvent.
AddOwner
(typeof(RibbonSplitButton));