6 references to IsStylusCapturedPropertyKey
PresentationCore (6)
System\Windows\Generated\ContentElement.cs (1)
773
UIElement.
IsStylusCapturedPropertyKey
.OverrideMetadata(
System\Windows\Generated\UIElement.cs (1)
4509
IsStylusCapturedPropertyKey
.DependencyProperty;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
573
o.SetValue(UIElement.
IsStylusCapturedPropertyKey
, false); // Same property for ContentElements
579
o.SetValue(UIElement.
IsStylusCapturedPropertyKey
, true); // Same property for ContentElements
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2117
o.SetValue(UIElement.
IsStylusCapturedPropertyKey
, false); // Same property for ContentElements
2122
o.SetValue(UIElement.
IsStylusCapturedPropertyKey
, true); // Same property for ContentElements