10 references to EventHandlersStoreAdd
PresentationCore (10)
System\Windows\ContentElement.cs (2)
618
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
724
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value);}
System\Windows\Generated\ContentElement.cs (8)
2263
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2303
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2338
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2368
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2403
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2438
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2468
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2503
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }