249 references to AddOwner
PresentationCore (229)
System\Windows\ContentElement.cs (2)
529
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(ContentElement));
543
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(ContentElement));
System\Windows\Generated\ContentElement.cs (75)
820
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
839
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
858
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
877
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
896
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
915
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
934
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
953
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
972
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
991
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
1010
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1029
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1048
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
1067
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
1086
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
1105
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
1124
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
1143
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
1162
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
1181
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
1200
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1219
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
1238
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
1257
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
1276
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1295
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1314
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1333
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1352
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1371
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1390
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1409
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1428
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1447
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1466
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1485
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1504
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1523
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1542
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1561
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1580
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1599
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1618
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1637
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1656
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1675
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1694
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1713
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1732
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1751
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1770
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1789
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1808
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1827
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1846
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1865
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1884
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1903
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1922
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1941
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1960
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1979
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1998
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
2017
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
2036
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
2055
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
2075
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
2095
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
2115
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
2135
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
2155
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
2175
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
2195
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
2215
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2235
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement.cs (67)
2773
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
2792
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
2811
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
2830
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
3001
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
3020
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
3039
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
3058
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
3077
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
3096
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
3115
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
3134
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
3153
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
3172
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
3191
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
3210
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
3229
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
3248
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
3267
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
3286
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
3305
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
3324
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
3343
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
3362
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
3381
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
3400
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3419
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3438
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
3457
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
3476
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
3495
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
3514
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
3533
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
3552
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
3571
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
3590
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
3609
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
3628
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
3647
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
3666
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3685
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3704
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3723
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3742
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
3761
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
3780
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
3799
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
3818
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
3837
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
3856
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
3875
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
3894
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
3913
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
3932
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
3951
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
3970
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
3989
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
4008
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
4028
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
4048
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
4068
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
4088
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
4108
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
4128
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
4148
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
4168
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
4188
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement3D.cs (75)
541
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
560
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
579
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
598
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
617
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
636
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
655
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
674
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
693
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
712
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
731
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
750
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
769
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
788
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
807
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
826
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
845
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
864
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
883
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
902
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
921
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
940
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
959
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
978
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
997
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1016
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1035
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1054
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1073
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1092
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1111
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1130
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1149
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1168
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1187
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1206
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1225
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1244
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1263
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1282
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1301
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1320
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1339
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1358
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1377
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1396
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1415
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1434
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1453
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1472
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1491
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1510
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1529
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1548
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1567
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1586
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1605
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1624
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1643
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1662
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1681
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1700
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1719
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
1738
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
1757
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
1776
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
1796
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
1816
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
1836
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
1856
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
1876
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
1896
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
1916
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
1936
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
1956
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\UIElement.cs (8)
3485
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement));
3499
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement));
4382
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.
AddOwner
(typeof(UIElement));
4407
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.
AddOwner
(typeof(UIElement));
4432
public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.
AddOwner
(typeof(UIElement));
4457
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.
AddOwner
(typeof(UIElement));
4482
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.
AddOwner
(typeof(UIElement));
4507
public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.
AddOwner
(typeof(UIElement));
System\Windows\UIElement3D.cs (2)
736
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement3D));
750
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement3D));
PresentationFramework (19)
System\Windows\Controls\ContextMenu.cs (2)
318
public static readonly RoutedEvent OpenedEvent = PopupControlService.ContextMenuOpenedEvent.
AddOwner
(typeof(ContextMenu));
347
public static readonly RoutedEvent ClosedEvent = PopupControlService.ContextMenuClosedEvent.
AddOwner
(typeof(ContextMenu));
System\Windows\Controls\DataGridRow.cs (2)
1136
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(DataGridRow));
1166
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(DataGridRow));
System\Windows\Controls\Image.cs (1)
411
Image.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(Image));
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));
System\Windows\Documents\Hyperlink.cs (1)
463
public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.
AddOwner
(typeof(Hyperlink));
System\Windows\FrameworkContentElement.cs (6)
1716
public static readonly RoutedEvent LoadedEvent = FrameworkElement.LoadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1747
public static readonly RoutedEvent UnloadedEvent = FrameworkElement.UnloadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1879
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1917
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
1949
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1980
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (4)
5936
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(_typeofThis);
5974
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(_typeofThis);
6006
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(_typeofThis);
6037
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(_typeofThis);
System\Windows\Interop\HwndHost.cs (1)
37
HwndHost.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(HwndHost));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
245
public static readonly RoutedEvent ClickEvent = MenuItem.ClickEvent.
AddOwner
(typeof(RibbonSplitButton));