4 references to IsMouseCaptureWithinCache
PresentationCore (4)
Core\CSharp\System\Windows\ContentElement.cs (1)
394return ReadFlag(CoreFlags.IsMouseCaptureWithinCache);
Core\CSharp\System\Windows\MouseCaptureWithinProperty.cs (1)
15CoreFlags.IsMouseCaptureWithinCache,
Core\CSharp\System\Windows\UIElement.cs (1)
2530return ReadFlag(CoreFlags.IsMouseCaptureWithinCache);
Core\CSharp\System\Windows\UIElement3D.cs (1)
490return ReadFlag(CoreFlags.IsMouseCaptureWithinCache);