10 references to EventHandlersStoreAdd
PresentationCore (10)
Core\CSharp\System\Windows\ContentElement.cs (2)
635
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
741
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value);}
Core\CSharp\System\Windows\Generated\ContentElement.cs (8)
2327
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2367
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2402
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2432
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2467
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2502
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2532
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2567
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }