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