12 references to EventHandlersStoreAdd
PresentationCore (12)
System\Windows\Generated\UIElement3D.cs (8)
1980
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2020
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2055
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2085
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2120
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2155
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2185
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2220
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
System\Windows\UIElement3D.cs (4)
824
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
943
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value); }
1040
add {
EventHandlersStoreAdd
(UIElement.IsVisibleChangedKey, value); }
1160
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value); }