16 references to _rootVisual
PresentationCore (16)
System\Windows\InterOp\HwndSource.cs (16)
560return (_rootVisual.Value); 574if (_rootVisual.Value != value) 576Visual oldRoot = _rootVisual.Value; 580_rootVisual.Value = value; 582if(_rootVisual.Value is UIElement) 584((UIElement)(_rootVisual.Value)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 589_hwndTarget.RootVisual = _rootVisual.Value; 596_rootVisual.Value = null; 613RootChanged(oldRoot, _rootVisual.Value); 637_keyboard.Value.OnRootChanged(oldRoot, _rootVisual.Value); 798UIElement root = _rootVisual.Value as UIElement; 914UIElement root = _rootVisual.Value as UIElement; 1027if ((_rootVisual.Value is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false) 1045rootUIElement = _rootVisual.Value as UIElement; 1208rootUIElement = _rootVisual.Value as UIElement; 1986UIElement root =_rootVisual.Value as UIElement;