26 references to TransformToDescendant
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
341GeneralTransform g = visualRoot.TransformToDescendant(visualFirstAncestor);
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
263_viewToElement = root.TransformToDescendant(_element);
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
130rootToElement = rootVisual.TransformToDescendant(containingVisual2D);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
294GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(VisualTreeHelper.GetContainingVisual2D(containingVisual));
System\Windows\Media\Visual.cs (1)
4762GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(this);
PresentationFramework (18)
MS\Internal\Controls\TemplatedAdorner.cs (1)
77GeneralTransform t = this.TransformToDescendant(ReferenceElement);
MS\Internal\Ink\InkCanvasSelection.cs (2)
504GeneralTransform inkCanvasToSelectionAdorner = _inkCanvas.TransformToDescendant(_inkCanvas.SelectionAdorner); 515GeneralTransform transformToInnerCanvas = _inkCanvas.TransformToDescendant(_inkCanvas.InnerCanvas);
System\Windows\Controls\DocumentViewer.cs (1)
1315Transform tr = this.TransformToDescendant(grid) as Transform;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1477GeneralTransform transform = this.TransformToDescendant(this.RenderScope); 1528GeneralTransform transform = this.TransformToDescendant(this.RenderScope);
System\Windows\Controls\ScrollViewer.cs (1)
1660GeneralTransform viewportTransform = TransformToDescendant(viewport);
System\Windows\Controls\ToolBarTray.cs (1)
659GeneralTransform transform = this.TransformToDescendant(toolBar);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6434GeneralTransform transform = child.TransformToDescendant(itemsHost);
System\Windows\Documents\AdornerLayer.cs (1)
879transform = adornerLayerParent.TransformToDescendant(adorner);
System\Windows\Documents\FixedTextView.cs (3)
823GeneralTransform tranToGlyphs = this.FixedPage.TransformToDescendant(startGlyphs); 905GeneralTransform transform = page.TransformToDescendant(g); 1177GeneralTransform transform = this.VisualRoot.TransformToDescendant(g);
System\windows\Documents\TextEditorContextMenu.cs (2)
288GeneralTransform transform = visual.TransformToDescendant(This.UiScope); 316GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(This.UiScope);
System\windows\Documents\TextEditorMouse.cs (1)
134transform = textEditor.UiScope.TransformToDescendant(textEditor.TextView.RenderScope);
System\Windows\Documents\TextStore.cs (1)
950GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(RenderScope);
System\Windows\Window.cs (1)
4985GeneralTransform transfromFromWindow = this.TransformToDescendant(_resizeGripControl);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
250GeneralTransform transformRibbonToRibbonTitlePanel = Ribbon.TransformToDescendant(this);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
303GeneralTransform transformToRibbonTab = ribbon.TransformToDescendant(ribbonTab);
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
386MatrixTransform transform = referenceFE.TransformToDescendant(placementTarget) as MatrixTransform;