10 references to EventHandlersStoreAdd
PresentationCore (10)
System\Windows\ContentElement.cs (2)
629
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
735
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value);}
System\Windows\Generated\ContentElement.cs (8)
2267
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2307
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2342
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2372
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2407
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2442
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2472
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2507
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }