10 references to EventHandlersStoreAdd
PresentationCore (10)
System\Windows\ContentElement.cs (2)
617
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
723
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value);}
System\Windows\Generated\ContentElement.cs (8)
2251
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2291
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2326
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2356
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2391
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2426
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2456
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2491
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }