16 references to _rootVisual
PresentationCore (16)
Core\CSharp\System\Windows\Interop\HwndSource.cs (16)
642
return (
_rootVisual
.Value);
663
if (
_rootVisual
.Value != value)
665
Visual oldRoot =
_rootVisual
.Value;
669
_rootVisual
.Value = value;
671
if(
_rootVisual
.Value is UIElement)
673
((UIElement)(
_rootVisual
.Value)).LayoutUpdated += new EventHandler(OnLayoutUpdated);
678
_hwndTarget.RootVisual =
_rootVisual
.Value;
685
_rootVisual
.Value = null;
702
RootChanged(oldRoot,
_rootVisual
.Value);
726
_keyboard.Value.OnRootChanged(oldRoot,
_rootVisual
.Value);
926
UIElement root =
_rootVisual
.Value as UIElement;
1067
UIElement root =
_rootVisual
.Value as UIElement;
1211
if ((
_rootVisual
.Value is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false)
1235
rootUIElement =
_rootVisual
.Value as UIElement;
1418
rootUIElement =
_rootVisual
.Value as UIElement;
2270
UIElement root =
_rootVisual
.Value as UIElement;