12 references to EventHandlersStoreAdd
PresentationCore (12)
System\Windows\Generated\UIElement3D.cs (8)
1988
add {
EventHandlersStoreAdd
(UIElement.IsMouseDirectlyOverChangedKey, value); }
2028
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusWithinChangedKey, value); }
2063
add {
EventHandlersStoreAdd
(UIElement.IsMouseCapturedChangedKey, value); }
2093
add {
EventHandlersStoreAdd
(UIElement.IsMouseCaptureWithinChangedKey, value); }
2128
add {
EventHandlersStoreAdd
(UIElement.IsStylusDirectlyOverChangedKey, value); }
2163
add {
EventHandlersStoreAdd
(UIElement.IsStylusCapturedChangedKey, value); }
2193
add {
EventHandlersStoreAdd
(UIElement.IsStylusCaptureWithinChangedKey, value); }
2228
add {
EventHandlersStoreAdd
(UIElement.IsKeyboardFocusedChangedKey, value); }
System\Windows\UIElement3D.cs (4)
839
add {
EventHandlersStoreAdd
(UIElement.IsEnabledChangedKey, value); }
959
add {
EventHandlersStoreAdd
(IsHitTestVisibleChangedKey, value); }
1056
add {
EventHandlersStoreAdd
(UIElement.IsVisibleChangedKey, value); }
1176
add {
EventHandlersStoreAdd
(UIElement.FocusableChangedKey, value); }