4 references to IsStylusCaptureWithinCache
PresentationCore (4)
Core\CSharp\System\Windows\ContentElement.cs (1)
457
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);
Core\CSharp\System\Windows\StylusCaptureWithinProperty.cs (1)
15
CoreFlags.
IsStylusCaptureWithinCache
,
Core\CSharp\System\Windows\UIElement.cs (1)
2593
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);
Core\CSharp\System\Windows\UIElement3D.cs (1)
553
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);