12 references to EventHandlersStoreAdd
PresentationCore (12)
System\Windows\Generated\UIElement3D.cs (8)
1981
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2021
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2056
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2086
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2121
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2156
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2186
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2221
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
System\Windows\UIElement3D.cs (4)
823
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
942
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value); }
1039
add {
EventHandlersStoreAdd
(UIElement.IsVisibleChangedKey, value); }
1159
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value); }