4 references to TouchesCapturedWithinCache
PresentationCore (4)
Core\CSharp\System\Windows\ContentElement.cs (1)
854
get { return ReadFlag(CoreFlags.
TouchesCapturedWithinCache
); }
Core\CSharp\System\Windows\Input\TouchesCapturedWithinProperty.cs (1)
12
CoreFlags.
TouchesCapturedWithinCache
,
Core\CSharp\System\Windows\UIElement.cs (1)
4597
get { return ReadFlag(CoreFlags.
TouchesCapturedWithinCache
); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
1468
get { return ReadFlag(CoreFlags.
TouchesCapturedWithinCache
); }