16 references to _rootVisual
PresentationCore (16)
Core\CSharp\System\Windows\Interop\HwndSource.cs (16)
642return (_rootVisual.Value); 663if (_rootVisual.Value != value) 665Visual oldRoot = _rootVisual.Value; 669_rootVisual.Value = value; 671if(_rootVisual.Value is UIElement) 673((UIElement)(_rootVisual.Value)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 678_hwndTarget.RootVisual = _rootVisual.Value; 685_rootVisual.Value = null; 702RootChanged(oldRoot, _rootVisual.Value); 726_keyboard.Value.OnRootChanged(oldRoot, _rootVisual.Value); 926UIElement root = _rootVisual.Value as UIElement; 1067UIElement root = _rootVisual.Value as UIElement; 1211if ((_rootVisual.Value is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false) 1235rootUIElement = _rootVisual.Value as UIElement; 1418rootUIElement = _rootVisual.Value as UIElement; 2270UIElement root =_rootVisual.Value as UIElement;