26 references to TransformToDescendant
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
342GeneralTransform g = visualRoot.TransformToDescendant(visualFirstAncestor);
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
264_viewToElement = root.TransformToDescendant(_element);
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
131rootToElement = rootVisual.TransformToDescendant(containingVisual2D);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
295GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(VisualTreeHelper.GetContainingVisual2D(containingVisual));
System\Windows\Media\Visual.cs (1)
4763GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(this);
PresentationFramework (18)
MS\Internal\Controls\TemplatedAdorner.cs (1)
78GeneralTransform t = this.TransformToDescendant(ReferenceElement);
MS\Internal\Ink\InkCanvasSelection.cs (2)
505GeneralTransform inkCanvasToSelectionAdorner = _inkCanvas.TransformToDescendant(_inkCanvas.SelectionAdorner); 516GeneralTransform transformToInnerCanvas = _inkCanvas.TransformToDescendant(_inkCanvas.InnerCanvas);
System\Windows\Controls\DocumentViewer.cs (1)
1316Transform tr = this.TransformToDescendant(grid) as Transform;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1478GeneralTransform transform = this.TransformToDescendant(this.RenderScope); 1529GeneralTransform transform = this.TransformToDescendant(this.RenderScope);
System\Windows\Controls\ScrollViewer.cs (1)
1661GeneralTransform viewportTransform = TransformToDescendant(viewport);
System\Windows\Controls\ToolBarTray.cs (1)
660GeneralTransform transform = this.TransformToDescendant(toolBar);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6435GeneralTransform transform = child.TransformToDescendant(itemsHost);
System\Windows\Documents\AdornerLayer.cs (1)
880transform = adornerLayerParent.TransformToDescendant(adorner);
System\Windows\Documents\FixedTextView.cs (3)
824GeneralTransform tranToGlyphs = this.FixedPage.TransformToDescendant(startGlyphs); 906GeneralTransform transform = page.TransformToDescendant(g); 1178GeneralTransform transform = this.VisualRoot.TransformToDescendant(g);
System\windows\Documents\TextEditorContextMenu.cs (2)
289GeneralTransform transform = visual.TransformToDescendant(This.UiScope); 317GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(This.UiScope);
System\windows\Documents\TextEditorMouse.cs (1)
135transform = textEditor.UiScope.TransformToDescendant(textEditor.TextView.RenderScope);
System\Windows\Documents\TextStore.cs (1)
951GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(RenderScope);
System\Windows\Window.cs (1)
4986GeneralTransform transfromFromWindow = this.TransformToDescendant(_resizeGripControl);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
251GeneralTransform transformRibbonToRibbonTitlePanel = Ribbon.TransformToDescendant(this);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
304GeneralTransform transformToRibbonTab = ribbon.TransformToDescendant(ribbonTab);
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
387MatrixTransform transform = referenceFE.TransformToDescendant(placementTarget) as MatrixTransform;