2 references to TransformToClient
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2357
GeneralTransform targetToClientTransform =
TransformToClient
(target, rootVisual);
3751
var targetToClientTransform = Popup.
TransformToClient
(target, rootVisual);