12 references to EventHandlersStoreAdd
PresentationCore (12)
Core\CSharp\System\Windows\Generated\UIElement3D.cs (8)
2033
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2073
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2108
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2138
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2173
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2208
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2238
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2273
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
Core\CSharp\System\Windows\UIElement3D.cs (4)
847
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
967
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value); }
1064
add {
EventHandlersStoreAdd
(UIElement.IsVisibleChangedKey, value); }
1190
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value); }