12 references to EventHandlersStoreAdd
PresentationCore (12)
Core\CSharp\System\Windows\Generated\UIElement.cs (8)
4624
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
4706
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
4760
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
4808
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
4862
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
4916
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
4964
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
5018
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
Core\CSharp\System\Windows\UIElement.cs (4)
3638
add {
EventHandlersStoreAdd
(IsEnabledChangedKey, value);}
3764
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value);}
3870
add {
EventHandlersStoreAdd
(IsVisibleChangedKey, value);}
3997
add {
EventHandlersStoreAdd
(FocusableChangedKey, value);}