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