2 writes to _rootVisual
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
567_rootVisual = value; 583_rootVisual = null;
14 references to _rootVisual
PresentationCore (14)
System\Windows\InterOp\HwndSource.cs (14)
547return (_rootVisual); 561if (_rootVisual != value) 563Visual oldRoot = _rootVisual; 569if(_rootVisual is UIElement) 571((UIElement)(_rootVisual)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 576_hwndTarget.RootVisual = _rootVisual; 600RootChanged(oldRoot, _rootVisual); 622_keyboard?.OnRootChanged(oldRoot, _rootVisual); 782UIElement root = _rootVisual as UIElement; 898UIElement root = _rootVisual as UIElement; 999if ((_rootVisual is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false) 1017rootUIElement = _rootVisual as UIElement; 1180rootUIElement = _rootVisual as UIElement; 1958UIElement root =_rootVisual as UIElement;