1 override of RootVisual
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
635
public override Visual
RootVisual
1 write to RootVisual
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
309
source.
RootVisual
= source.RootVisual;
23 references to RootVisual
PresentationCore (12)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
309
source.RootVisual = source.
RootVisual
;
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
633
_root = presentationSource.
RootVisual
as UIElement;
Core\CSharp\System\Windows\Input\MouseDevice.cs (5)
662
if (relativePresentationSource == null || relativePresentationSource.
RootVisual
== null)
680
ptRelative = InputElement.TranslatePoint(ptRoot, relativePresentationSource.
RootVisual
, (DependencyObject)relativeTo);
1581
Point ptRelativeToOver = InputElement.TranslatePoint(ptRoot, rawMouseInputReport.InputSource.
RootVisual
, (DependencyObject)_mouseOver, out mouseOverAvailable);
1759
ptRelativeToOver = InputElement.TranslatePoint(ptRoot, rawMouseInputReport.InputSource.
RootVisual
, (DependencyObject)mouseOver);
2259
UIElement root = inputSource.
RootVisual
as UIElement;
Core\CSharp\System\Windows\Media\Visual.cs (2)
4795
GeneralTransform gUp = this.TransformToAncestor(inputSource.
RootVisual
);
4828
GeneralTransform gDown = inputSource.
RootVisual
.TransformToDescendant(this);
Shared\MS\Internal\PointUtil.cs (3)
57
point = TryApplyVisualTransform(point, presentationSource.
RootVisual
, true, throwOnError, out success);
82
point = ApplyVisualTransform(point, presentationSource.
RootVisual
, false);
251
GeneralTransform transformElementToRoot = element.TransformToAncestor(presentationSource.
RootVisual
);
PresentationFramework (10)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
86
UIElement rootAsUIElement = source != null ? source.
RootVisual
as UIElement : null;
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
386
GeneralTransform transform = visual.TransformToAncestor(presentationSource.
RootVisual
);
428
GeneralTransform transform = visual.TransformToAncestor(presentationSource.
RootVisual
);
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
1040
if (pSource != null && pSource.
RootVisual
is PopupRoot)
src\Framework\System\windows\Documents\CaretElement.cs (1)
1105
GeneralTransform transform = _caretElement.TransformToAncestor(source.
RootVisual
);
src\Framework\System\Windows\Documents\TextStore.cs (1)
2740
Visual root = source.
RootVisual
;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
174
return source.
RootVisual
;
3519
Visual root = source.
RootVisual
;
src\Framework\System\Windows\SystemResources.cs (1)
1315
FrameworkElement fe = source.
RootVisual
as FrameworkElement;
src\Shared\MS\Internal\SafeSecurityHelper.cs (1)
140
transform = relativeTo.TransformToAncestor(source.
RootVisual
);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
250
root = source.
RootVisual
;