Base:
property
RootVisual
System.Windows.PresentationSource.RootVisual
5 writes to RootVisual
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
3157
_window.
RootVisual
= v;
3469
hwnd.
RootVisual
= null;
System\Windows\Window.cs (2)
7479
_sourceWindow.
RootVisual
= value;
7613
_sourceWindow.
RootVisual
= null;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
577
RootVisual
= _decorator
15 references to RootVisual
PresentationCore (9)
System\Windows\DragDrop.cs (1)
1364
targetPoint = InputElement.TranslatePoint(targetPoint, source.
RootVisual
, target);
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
30
return _source.
RootVisual
== v;
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
39
return _source.
RootVisual
== v;
System\Windows\InterOp\HwndMouseInputProvider.cs (4)
71
return _source.
RootVisual
== v;
294
GeneralTransform gDown = inputSource.
RootVisual
.TransformToDescendant(VisualTreeHelper.GetContainingVisual2D(containingVisual));
1053
DependencyObject rootVisual = hwndSource.
RootVisual
;
1119
DependencyObject rootVisual = hwndSource?.
RootVisual
;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
318
Point originScreenCoord = _source.
RootVisual
.PointToScreen(new Point(0, 0));
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
64
bool IInputProvider.ProvidesInputForRootVisual(Visual v) => _source.
RootVisual
== v;
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (2)
1932
if (source != null && !source.IsDisposed && source.
RootVisual
!= null)
1934
return source.
RootVisual
.IsAncestorOf(itemsHost);
System\Windows\Controls\PopupControlService.cs (1)
1608
IInputElement rootElement = hwndSource?.
RootVisual
as IInputElement;
System\Windows\Controls\Primitives\Popup.cs (1)
3045
Visual rootVisual = hwndSource.
RootVisual
;
System\Windows\Input\KeyboardNavigation.cs (1)
1214
sourceElement = hwndSource.
RootVisual
;
System\Windows\Window.cs (1)
7611
if ( _sourceWindow.
RootVisual
!= null )