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