1 override of RootVisual
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2488public override Visual RootVisual
2 writes to RootVisual
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2495base.RootVisual = value;
Core\CSharp\System\Windows\Media\VisualTarget.cs (1)
179RootVisual = null;
10 references to RootVisual
PresentationCore (1)
Shared\MS\Internal\PointUtil.cs (1)
281Matrix matrixRootTransform = PointUtil.GetVisualTransform(target.RootVisual);
PresentationFramework (9)
src\Framework\System\Windows\Documents\ImmComposition.cs (4)
775transform = RenderScope.TransformToAncestor(compositionTarget.RootVisual); 874if (compositionTarget == null || compositionTarget.RootVisual == null) 881if (!compositionTarget.RootVisual.IsAncestorOf(RenderScope)) 900transform = RenderScope.TransformToAncestor(compositionTarget.RootVisual);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
341GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(This.UiScope);
src\Framework\System\Windows\Documents\TextStore.cs (3)
831GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(RenderScope); 987transform = UiScope.TransformToAncestor(compositionTarget.RootVisual); 1031transform = UiScope.TransformToAncestor(compositionTarget.RootVisual);
src\Framework\System\Windows\Interop\HwndHost.cs (1)
466if(vt != null && vt.RootVisual != null)