5 references to TransformToVisual
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
965
Transform additionalTransform = (Transform)view.RenderScope.
TransformToVisual
(parentView.RenderScope);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
432
geometry.Transform = (Transform)endView.RenderScope.
TransformToVisual
(startView.RenderScope);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1404
Transform adornerTransform = (Transform)
TransformToVisual
(target);
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
653
GeneralTransform transformToInnerCanvas = InkCanvas.
TransformToVisual
(InkCanvas.InnerCanvas);
System\Windows\Documents\FixedTextBuilder.cs (1)
858
GeneralTransform transform = glyph2.
TransformToVisual
(glyph1);