3 references to AreAnyTouchesCapturedProperty
PresentationCore (3)
System\Windows\Generated\ContentElement.cs (1)
2542public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2263public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis);
System\Windows\UIElement.cs (1)
4568get { return (bool)GetValue(AreAnyTouchesCapturedProperty); }