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)
2252
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2292
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2327
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2357
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2392
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2427
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2457
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2492
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }