Base:
property
RootVisual
System.Windows.PresentationSource.RootVisual
3 writes to RootVisual
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3660hwnd.RootVisual = null;
src\Framework\System\Windows\Window.cs (2)
7960_sourceWindow.RootVisual = value; 8148_sourceWindow.RootVisual = null;
8 references to RootVisual
PresentationCore (2)
Core\CSharp\System\Windows\DragDrop.cs (1)
1410targetPoint = InputElement.TranslatePoint(targetPoint, source.RootVisual, target);
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
354GeneralTransform gDown = inputSource.RootVisual.TransformToDescendant(VisualTreeHelper.GetContainingVisual2D(containingVisual));
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
1953if (source != null && !source.IsDisposed && source.RootVisual != null) 1955return source.RootVisual.IsAncestorOf(itemsHost);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3100Visual rootVisual = hwndSource.RootVisual;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1308sourceElement = hwndSource.RootVisual;
src\Framework\System\Windows\Window.cs (1)
8146if ( _sourceWindow.RootVisual != null )
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
57var rootVisual = HwndSource.FromHwnd(hwnd).RootVisual;