2 writes to _rootVisual
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
579_rootVisual = value; 595_rootVisual = null;
14 references to _rootVisual
PresentationCore (14)
System\Windows\InterOp\HwndSource.cs (14)
559return (_rootVisual); 573if (_rootVisual != value) 575Visual oldRoot = _rootVisual; 581if(_rootVisual is UIElement) 583((UIElement)(_rootVisual)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 588_hwndTarget.RootVisual = _rootVisual; 612RootChanged(oldRoot, _rootVisual); 634_keyboard?.OnRootChanged(oldRoot, _rootVisual); 794UIElement root = _rootVisual as UIElement; 910UIElement root = _rootVisual as UIElement; 1022if ((_rootVisual is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false) 1040rootUIElement = _rootVisual as UIElement; 1203rootUIElement = _rootVisual as UIElement; 1981UIElement root =_rootVisual as UIElement;