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