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