2 writes to _rootVisual
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
573_rootVisual = value; 589_rootVisual = null;
14 references to _rootVisual
PresentationCore (14)
System\Windows\InterOp\HwndSource.cs (14)
553return (_rootVisual); 567if (_rootVisual != value) 569Visual oldRoot = _rootVisual; 575if(_rootVisual is UIElement) 577((UIElement)(_rootVisual)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 582_hwndTarget.RootVisual = _rootVisual; 606RootChanged(oldRoot, _rootVisual); 628_keyboard?.OnRootChanged(oldRoot, _rootVisual); 788UIElement root = _rootVisual as UIElement; 904UIElement root = _rootVisual as UIElement; 1005if ((_rootVisual is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false) 1023rootUIElement = _rootVisual as UIElement; 1186rootUIElement = _rootVisual as UIElement; 1966UIElement root =_rootVisual as UIElement;