6 references to IsStylusDirectlyOverPropertyKey
PresentationCore (6)
System\Windows\Generated\ContentElement.cs (1)
771
UIElement.
IsStylusDirectlyOverPropertyKey
.OverrideMetadata(
System\Windows\Generated\UIElement.cs (1)
4459
IsStylusDirectlyOverPropertyKey
.DependencyProperty;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
684
o.SetValue(UIElement.
IsStylusDirectlyOverPropertyKey
, false); // Same property for ContentElements
690
o.SetValue(UIElement.
IsStylusDirectlyOverPropertyKey
, true); // Same property for ContentElements
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2214
o.SetValue(UIElement.
IsStylusDirectlyOverPropertyKey
, false); // Same property for ContentElements
2219
o.SetValue(UIElement.
IsStylusDirectlyOverPropertyKey
, true); // Same property for ContentElements