26 references to TransformToDescendant
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
356GeneralTransform g = visualRoot.TransformToDescendant(visualFirstAncestor);
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
273_viewToElement = root.TransformToDescendant(_element);
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
133rootToElement = rootVisual.TransformToDescendant(containingVisual2D);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
304GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(VisualTreeHelper.GetContainingVisual2D(containingVisual));
System\Windows\Media\Visual.cs (1)
4788GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(this);
PresentationFramework (18)
MS\Internal\Controls\TemplatedAdorner.cs (1)
84GeneralTransform t = this.TransformToDescendant(ReferenceElement);
MS\Internal\Ink\InkCanvasSelection.cs (2)
517GeneralTransform inkCanvasToSelectionAdorner = _inkCanvas.TransformToDescendant(_inkCanvas.SelectionAdorner); 528GeneralTransform transformToInnerCanvas = _inkCanvas.TransformToDescendant(_inkCanvas.InnerCanvas);
System\Windows\Controls\DocumentViewer.cs (1)
1382Transform tr = this.TransformToDescendant(grid) as Transform;
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1539GeneralTransform transform = this.TransformToDescendant(this.RenderScope); 1593GeneralTransform transform = this.TransformToDescendant(this.RenderScope);
System\Windows\Controls\ScrollViewer.cs (1)
1670GeneralTransform viewportTransform = TransformToDescendant(viewport);
System\Windows\Controls\ToolBarTray.cs (1)
668GeneralTransform transform = this.TransformToDescendant(toolBar);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6463GeneralTransform transform = child.TransformToDescendant(itemsHost);
System\Windows\Documents\AdornerLayer.cs (1)
880transform = adornerLayerParent.TransformToDescendant(adorner);
System\Windows\Documents\FixedTextView.cs (3)
837GeneralTransform tranToGlyphs = this.FixedPage.TransformToDescendant(startGlyphs); 922GeneralTransform transform = page.TransformToDescendant(g); 1194GeneralTransform transform = this.VisualRoot.TransformToDescendant(g);
System\windows\Documents\TextEditorContextMenu.cs (2)
291GeneralTransform transform = visual.TransformToDescendant(This.UiScope); 319GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(This.UiScope);
System\windows\Documents\TextEditorMouse.cs (1)
149transform = textEditor.UiScope.TransformToDescendant(textEditor.TextView.RenderScope);
System\Windows\Documents\TextStore.cs (1)
962GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(RenderScope);
System\Windows\Window.cs (1)
4903GeneralTransform transfromFromWindow = this.TransformToDescendant(_resizeGripControl);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
255GeneralTransform transformRibbonToRibbonTitlePanel = Ribbon.TransformToDescendant(this);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
306GeneralTransform transformToRibbonTab = ribbon.TransformToDescendant(ribbonTab);
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
390MatrixTransform transform = referenceFE.TransformToDescendant(placementTarget) as MatrixTransform;