6 references to IsStylusCapturedPropertyKey
PresentationCore (6)
System\Windows\Generated\ContentElement.cs (1)
779UIElement.IsStylusCapturedPropertyKey.OverrideMetadata(
System\Windows\Generated\UIElement.cs (1)
4515IsStylusCapturedPropertyKey.DependencyProperty;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
590o.SetValue(UIElement.IsStylusCapturedPropertyKey, false); // Same property for ContentElements 596o.SetValue(UIElement.IsStylusCapturedPropertyKey, true); // Same property for ContentElements
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2126o.SetValue(UIElement.IsStylusCapturedPropertyKey, false); // Same property for ContentElements 2131o.SetValue(UIElement.IsStylusCapturedPropertyKey, true); // Same property for ContentElements