2 references to TryApplyVisualTransform
PresentationCore (2)
Shared\MS\Internal\PointUtil.cs (2)
57
point =
TryApplyVisualTransform
(point, presentationSource.RootVisual, true, throwOnError, out success);
97
return
TryApplyVisualTransform
(point, v, inverse, true, out success);