12 references to EventHandlersStoreAdd
PresentationCore (12)
System\Windows\Generated\UIElement3D.cs (8)
1982
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2022
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2057
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2087
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2122
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2157
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2187
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2222
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
System\Windows\UIElement3D.cs (4)
824
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
944
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value); }
1041
add {
EventHandlersStoreAdd
(UIElement.IsVisibleChangedKey, value); }
1161
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value); }