3 references to AreAnyTouchesDirectlyOverProperty
PresentationCore (3)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
2590
public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.
AreAnyTouchesDirectlyOverProperty
.AddOwner(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
2296
public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.
AreAnyTouchesDirectlyOverProperty
.AddOwner(_typeofThis);
Core\CSharp\System\Windows\UIElement.cs (1)
4589
get { return (bool)GetValue(
AreAnyTouchesDirectlyOverProperty
); }