2 references to TryApplyVisualTransform
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (2)
49
point =
TryApplyVisualTransform
(point, presentationSource.RootVisual, true, throwOnError, out success);
84
return
TryApplyVisualTransform
(point, v, inverse, true, out success);