6 references to IsStylusCapturedPropertyKey
PresentationCore (6)
System\Windows\Generated\ContentElement.cs (1)
761UIElement.IsStylusCapturedPropertyKey.OverrideMetadata(
System\Windows\Generated\UIElement.cs (1)
4497IsStylusCapturedPropertyKey.DependencyProperty;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
574o.SetValue(UIElement.IsStylusCapturedPropertyKey, false); // Same property for ContentElements 580o.SetValue(UIElement.IsStylusCapturedPropertyKey, true); // Same property for ContentElements
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2129o.SetValue(UIElement.IsStylusCapturedPropertyKey, false); // Same property for ContentElements 2134o.SetValue(UIElement.IsStylusCapturedPropertyKey, true); // Same property for ContentElements