4 references to IsStylusCaptureWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
451
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);
System\Windows\StylusCaptureWithinProperty.cs (1)
19
CoreFlags.
IsStylusCaptureWithinCache
,
System\Windows\UIElement.cs (1)
2564
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);
System\Windows\UIElement3D.cs (1)
545
return ReadFlag(CoreFlags.
IsStylusCaptureWithinCache
);