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