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