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