2 writes to _rootVisual
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
572_rootVisual = value; 588_rootVisual = null;
14 references to _rootVisual
PresentationCore (14)
System\Windows\InterOp\HwndSource.cs (14)
552return (_rootVisual); 566if (_rootVisual != value) 568Visual oldRoot = _rootVisual; 574if(_rootVisual is UIElement) 576((UIElement)(_rootVisual)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 581_hwndTarget.RootVisual = _rootVisual; 605RootChanged(oldRoot, _rootVisual); 627_keyboard?.OnRootChanged(oldRoot, _rootVisual); 787UIElement root = _rootVisual as UIElement; 903UIElement root = _rootVisual as UIElement; 1004if ((_rootVisual is UIElement) && _hwndTarget!= null && !_hwndTarget.IsDisposed) 1022rootUIElement = _rootVisual as UIElement; 1185rootUIElement = _rootVisual as UIElement; 1965UIElement root =_rootVisual as UIElement;