249 references to AddOwner
PresentationCore (229)
System\Windows\ContentElement.cs (2)
517
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(ContentElement));
531
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(ContentElement));
System\Windows\Generated\ContentElement.cs (75)
804
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
823
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
842
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
861
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
880
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
899
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
918
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
937
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
956
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
975
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
994
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1013
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
1032
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
1051
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
1070
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
1089
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
1108
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
1127
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
1146
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
1165
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
1184
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
1203
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
1222
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
1241
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
1260
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1279
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1298
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1317
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1336
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1355
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1374
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1393
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1412
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1431
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1450
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1469
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1488
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1507
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1526
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1545
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1564
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1583
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1602
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1621
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1640
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1659
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1678
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1697
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1716
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1735
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1754
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1773
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1792
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1811
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1830
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1849
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1868
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1887
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1906
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1925
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1944
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1963
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1982
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
2001
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
2020
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
2039
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
2059
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
2079
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
2099
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
2119
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
2139
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
2159
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
2179
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
2199
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
2219
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement.cs (67)
2757
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
2776
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
2795
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
2814
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
2985
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
3004
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
3023
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
3042
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
3061
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
3080
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
3099
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
3118
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
3137
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
3156
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
3175
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
3194
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
3213
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
3232
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
3251
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
3270
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
3289
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
3308
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
3327
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
3346
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
3365
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
3384
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3403
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
3422
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
3441
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
3460
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
3479
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
3498
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
3517
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
3536
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
3555
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
3574
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
3593
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
3612
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
3631
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
3650
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3669
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
3688
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3707
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
3726
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
3745
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
3764
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
3783
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
3802
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
3821
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
3840
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
3859
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
3878
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
3897
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
3916
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
3935
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
3954
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
3973
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
3992
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
4012
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
4032
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
4052
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
4072
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
4092
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
4112
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
4132
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
4152
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
4172
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\Generated\UIElement3D.cs (75)
534
public static readonly RoutedEvent PreviewMouseDownEvent = Mouse.PreviewMouseDownEvent.
AddOwner
(_typeofThis);
553
public static readonly RoutedEvent MouseDownEvent = Mouse.MouseDownEvent.
AddOwner
(_typeofThis);
572
public static readonly RoutedEvent PreviewMouseUpEvent = Mouse.PreviewMouseUpEvent.
AddOwner
(_typeofThis);
591
public static readonly RoutedEvent MouseUpEvent = Mouse.MouseUpEvent.
AddOwner
(_typeofThis);
610
public static readonly RoutedEvent PreviewMouseLeftButtonDownEvent = UIElement.PreviewMouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
629
public static readonly RoutedEvent MouseLeftButtonDownEvent = UIElement.MouseLeftButtonDownEvent.
AddOwner
(_typeofThis);
648
public static readonly RoutedEvent PreviewMouseLeftButtonUpEvent = UIElement.PreviewMouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
667
public static readonly RoutedEvent MouseLeftButtonUpEvent = UIElement.MouseLeftButtonUpEvent.
AddOwner
(_typeofThis);
686
public static readonly RoutedEvent PreviewMouseRightButtonDownEvent = UIElement.PreviewMouseRightButtonDownEvent.
AddOwner
(_typeofThis);
705
public static readonly RoutedEvent MouseRightButtonDownEvent = UIElement.MouseRightButtonDownEvent.
AddOwner
(_typeofThis);
724
public static readonly RoutedEvent PreviewMouseRightButtonUpEvent = UIElement.PreviewMouseRightButtonUpEvent.
AddOwner
(_typeofThis);
743
public static readonly RoutedEvent MouseRightButtonUpEvent = UIElement.MouseRightButtonUpEvent.
AddOwner
(_typeofThis);
762
public static readonly RoutedEvent PreviewMouseMoveEvent = Mouse.PreviewMouseMoveEvent.
AddOwner
(_typeofThis);
781
public static readonly RoutedEvent MouseMoveEvent = Mouse.MouseMoveEvent.
AddOwner
(_typeofThis);
800
public static readonly RoutedEvent PreviewMouseWheelEvent = Mouse.PreviewMouseWheelEvent.
AddOwner
(_typeofThis);
819
public static readonly RoutedEvent MouseWheelEvent = Mouse.MouseWheelEvent.
AddOwner
(_typeofThis);
838
public static readonly RoutedEvent MouseEnterEvent = Mouse.MouseEnterEvent.
AddOwner
(_typeofThis);
857
public static readonly RoutedEvent MouseLeaveEvent = Mouse.MouseLeaveEvent.
AddOwner
(_typeofThis);
876
public static readonly RoutedEvent GotMouseCaptureEvent = Mouse.GotMouseCaptureEvent.
AddOwner
(_typeofThis);
895
public static readonly RoutedEvent LostMouseCaptureEvent = Mouse.LostMouseCaptureEvent.
AddOwner
(_typeofThis);
914
public static readonly RoutedEvent QueryCursorEvent = Mouse.QueryCursorEvent.
AddOwner
(_typeofThis);
933
public static readonly RoutedEvent PreviewStylusDownEvent = Stylus.PreviewStylusDownEvent.
AddOwner
(_typeofThis);
952
public static readonly RoutedEvent StylusDownEvent = Stylus.StylusDownEvent.
AddOwner
(_typeofThis);
971
public static readonly RoutedEvent PreviewStylusUpEvent = Stylus.PreviewStylusUpEvent.
AddOwner
(_typeofThis);
990
public static readonly RoutedEvent StylusUpEvent = Stylus.StylusUpEvent.
AddOwner
(_typeofThis);
1009
public static readonly RoutedEvent PreviewStylusMoveEvent = Stylus.PreviewStylusMoveEvent.
AddOwner
(_typeofThis);
1028
public static readonly RoutedEvent StylusMoveEvent = Stylus.StylusMoveEvent.
AddOwner
(_typeofThis);
1047
public static readonly RoutedEvent PreviewStylusInAirMoveEvent = Stylus.PreviewStylusInAirMoveEvent.
AddOwner
(_typeofThis);
1066
public static readonly RoutedEvent StylusInAirMoveEvent = Stylus.StylusInAirMoveEvent.
AddOwner
(_typeofThis);
1085
public static readonly RoutedEvent StylusEnterEvent = Stylus.StylusEnterEvent.
AddOwner
(_typeofThis);
1104
public static readonly RoutedEvent StylusLeaveEvent = Stylus.StylusLeaveEvent.
AddOwner
(_typeofThis);
1123
public static readonly RoutedEvent PreviewStylusInRangeEvent = Stylus.PreviewStylusInRangeEvent.
AddOwner
(_typeofThis);
1142
public static readonly RoutedEvent StylusInRangeEvent = Stylus.StylusInRangeEvent.
AddOwner
(_typeofThis);
1161
public static readonly RoutedEvent PreviewStylusOutOfRangeEvent = Stylus.PreviewStylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1180
public static readonly RoutedEvent StylusOutOfRangeEvent = Stylus.StylusOutOfRangeEvent.
AddOwner
(_typeofThis);
1199
public static readonly RoutedEvent PreviewStylusSystemGestureEvent = Stylus.PreviewStylusSystemGestureEvent.
AddOwner
(_typeofThis);
1218
public static readonly RoutedEvent StylusSystemGestureEvent = Stylus.StylusSystemGestureEvent.
AddOwner
(_typeofThis);
1237
public static readonly RoutedEvent GotStylusCaptureEvent = Stylus.GotStylusCaptureEvent.
AddOwner
(_typeofThis);
1256
public static readonly RoutedEvent LostStylusCaptureEvent = Stylus.LostStylusCaptureEvent.
AddOwner
(_typeofThis);
1275
public static readonly RoutedEvent StylusButtonDownEvent = Stylus.StylusButtonDownEvent.
AddOwner
(_typeofThis);
1294
public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.
AddOwner
(_typeofThis);
1313
public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.
AddOwner
(_typeofThis);
1332
public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.
AddOwner
(_typeofThis);
1351
public static readonly RoutedEvent PreviewKeyDownEvent = Keyboard.PreviewKeyDownEvent.
AddOwner
(_typeofThis);
1370
public static readonly RoutedEvent KeyDownEvent = Keyboard.KeyDownEvent.
AddOwner
(_typeofThis);
1389
public static readonly RoutedEvent PreviewKeyUpEvent = Keyboard.PreviewKeyUpEvent.
AddOwner
(_typeofThis);
1408
public static readonly RoutedEvent KeyUpEvent = Keyboard.KeyUpEvent.
AddOwner
(_typeofThis);
1427
public static readonly RoutedEvent PreviewGotKeyboardFocusEvent = Keyboard.PreviewGotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1446
public static readonly RoutedEvent GotKeyboardFocusEvent = Keyboard.GotKeyboardFocusEvent.
AddOwner
(_typeofThis);
1465
public static readonly RoutedEvent PreviewLostKeyboardFocusEvent = Keyboard.PreviewLostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1484
public static readonly RoutedEvent LostKeyboardFocusEvent = Keyboard.LostKeyboardFocusEvent.
AddOwner
(_typeofThis);
1503
public static readonly RoutedEvent PreviewTextInputEvent = TextCompositionManager.PreviewTextInputEvent.
AddOwner
(_typeofThis);
1522
public static readonly RoutedEvent TextInputEvent = TextCompositionManager.TextInputEvent.
AddOwner
(_typeofThis);
1541
public static readonly RoutedEvent PreviewQueryContinueDragEvent = DragDrop.PreviewQueryContinueDragEvent.
AddOwner
(_typeofThis);
1560
public static readonly RoutedEvent QueryContinueDragEvent = DragDrop.QueryContinueDragEvent.
AddOwner
(_typeofThis);
1579
public static readonly RoutedEvent PreviewGiveFeedbackEvent = DragDrop.PreviewGiveFeedbackEvent.
AddOwner
(_typeofThis);
1598
public static readonly RoutedEvent GiveFeedbackEvent = DragDrop.GiveFeedbackEvent.
AddOwner
(_typeofThis);
1617
public static readonly RoutedEvent PreviewDragEnterEvent = DragDrop.PreviewDragEnterEvent.
AddOwner
(_typeofThis);
1636
public static readonly RoutedEvent DragEnterEvent = DragDrop.DragEnterEvent.
AddOwner
(_typeofThis);
1655
public static readonly RoutedEvent PreviewDragOverEvent = DragDrop.PreviewDragOverEvent.
AddOwner
(_typeofThis);
1674
public static readonly RoutedEvent DragOverEvent = DragDrop.DragOverEvent.
AddOwner
(_typeofThis);
1693
public static readonly RoutedEvent PreviewDragLeaveEvent = DragDrop.PreviewDragLeaveEvent.
AddOwner
(_typeofThis);
1712
public static readonly RoutedEvent DragLeaveEvent = DragDrop.DragLeaveEvent.
AddOwner
(_typeofThis);
1731
public static readonly RoutedEvent PreviewDropEvent = DragDrop.PreviewDropEvent.
AddOwner
(_typeofThis);
1750
public static readonly RoutedEvent DropEvent = DragDrop.DropEvent.
AddOwner
(_typeofThis);
1769
public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.
AddOwner
(_typeofThis);
1789
public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.
AddOwner
(_typeofThis);
1809
public static readonly RoutedEvent PreviewTouchMoveEvent = Touch.PreviewTouchMoveEvent.
AddOwner
(_typeofThis);
1829
public static readonly RoutedEvent TouchMoveEvent = Touch.TouchMoveEvent.
AddOwner
(_typeofThis);
1849
public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.
AddOwner
(_typeofThis);
1869
public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.
AddOwner
(_typeofThis);
1889
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.
AddOwner
(_typeofThis);
1909
public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.
AddOwner
(_typeofThis);
1929
public static readonly RoutedEvent TouchEnterEvent = Touch.TouchEnterEvent.
AddOwner
(_typeofThis);
1949
public static readonly RoutedEvent TouchLeaveEvent = Touch.TouchLeaveEvent.
AddOwner
(_typeofThis);
System\Windows\UIElement.cs (8)
3465
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement));
3479
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement));
4361
public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.
AddOwner
(typeof(UIElement));
4386
public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.
AddOwner
(typeof(UIElement));
4411
public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.
AddOwner
(typeof(UIElement));
4436
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.
AddOwner
(typeof(UIElement));
4461
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.
AddOwner
(typeof(UIElement));
4486
public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.
AddOwner
(typeof(UIElement));
System\Windows\UIElement3D.cs (2)
720
public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.
AddOwner
(typeof(UIElement3D));
734
public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.
AddOwner
(typeof(UIElement3D));
PresentationFramework (19)
System\Windows\Controls\ContextMenu.cs (2)
309
public static readonly RoutedEvent OpenedEvent = PopupControlService.ContextMenuOpenedEvent.
AddOwner
(typeof(ContextMenu));
338
public static readonly RoutedEvent ClosedEvent = PopupControlService.ContextMenuClosedEvent.
AddOwner
(typeof(ContextMenu));
System\Windows\Controls\DataGridRow.cs (2)
1106
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(DataGridRow));
1136
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(DataGridRow));
System\Windows\Controls\Image.cs (1)
402
Image.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(Image));
System\Windows\Controls\ListBoxItem.cs (2)
133
public static readonly RoutedEvent SelectedEvent = Selector.SelectedEvent.
AddOwner
(typeof(ListBoxItem));
153
public static readonly RoutedEvent UnselectedEvent = Selector.UnselectedEvent.
AddOwner
(typeof(ListBoxItem));
System\Windows\Documents\Hyperlink.cs (1)
456
public static readonly RoutedEvent ClickEvent = System.Windows.Controls.Primitives.ButtonBase.ClickEvent.
AddOwner
(typeof(Hyperlink));
System\Windows\FrameworkContentElement.cs (6)
1695
public static readonly RoutedEvent LoadedEvent = FrameworkElement.LoadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1726
public static readonly RoutedEvent UnloadedEvent = FrameworkElement.UnloadedEvent.
AddOwner
( typeof(FrameworkContentElement));
1858
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1896
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
1928
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(typeof(FrameworkContentElement));
1959
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (4)
5920
public static readonly RoutedEvent ToolTipOpeningEvent = ToolTipService.ToolTipOpeningEvent.
AddOwner
(_typeofThis);
5958
public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.
AddOwner
(_typeofThis);
5990
public static readonly RoutedEvent ContextMenuOpeningEvent = ContextMenuService.ContextMenuOpeningEvent.
AddOwner
(_typeofThis);
6021
public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.
AddOwner
(_typeofThis);
System\Windows\Interop\HwndHost.cs (1)
27
HwndHost.DpiChangedEvent = Window.DpiChangedEvent.
AddOwner
(typeof(HwndHost));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
239
public static readonly RoutedEvent ClickEvent = MenuItem.ClickEvent.
AddOwner
(typeof(RibbonSplitButton));