3 references to AreAnyTouchesDirectlyOverProperty
PresentationCore (3)
System\Windows\Generated\ContentElement.cs (1)
2530
public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.
AreAnyTouchesDirectlyOverProperty
.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2251
public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.
AreAnyTouchesDirectlyOverProperty
.AddOwner(_typeofThis);
System\Windows\UIElement.cs (1)
4546
get { return (bool)GetValue(
AreAnyTouchesDirectlyOverProperty
); }