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