7 types derived from ReverseInheritProperty
PresentationCore (7)
System\Windows\FocusWithinProperty.cs (1)
13internal class FocusWithinProperty : ReverseInheritProperty
System\Windows\Input\TouchesCapturedWithinProperty.cs (1)
12internal class TouchesCapturedWithinProperty : ReverseInheritProperty
System\Windows\Input\TouchesOverProperty.cs (1)
12internal class TouchesOverProperty : ReverseInheritProperty
System\Windows\MouseCaptureWithinProperty.cs (1)
13internal class MouseCaptureWithinProperty : ReverseInheritProperty
System\Windows\MouseOverProperty.cs (1)
13internal class MouseOverProperty : ReverseInheritProperty
System\Windows\StylusCaptureWithinProperty.cs (1)
13internal class StylusCaptureWithinProperty : ReverseInheritProperty
System\Windows\StylusOverProperty.cs (1)
13internal class StylusOverProperty : ReverseInheritProperty
3 references to ReverseInheritProperty
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
459ReverseInheritProperty property = capture ? (ReverseInheritProperty)UIElement.TouchesCapturedWithinProperty : (ReverseInheritProperty)UIElement.TouchesOverProperty;