4 references to IsMouseCaptureWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
388
return ReadFlag(CoreFlags.
IsMouseCaptureWithinCache
);
System\Windows\MouseCaptureWithinProperty.cs (1)
19
CoreFlags.
IsMouseCaptureWithinCache
,
System\Windows\UIElement.cs (1)
2501
return ReadFlag(CoreFlags.
IsMouseCaptureWithinCache
);
System\Windows\UIElement3D.cs (1)
482
return ReadFlag(CoreFlags.
IsMouseCaptureWithinCache
);