3 references to IsStylusCapturedProperty
PresentationCore (3)
System\Windows\Generated\ContentElement.cs (1)
2430
public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.
IsStylusCapturedProperty
.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2151
public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.
IsStylusCapturedProperty
.AddOwner(_typeofThis);
System\Windows\UIElement.cs (1)
2537
get { return (bool) GetValue(
IsStylusCapturedProperty
); }