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