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)
552
return (
_rootVisual
);
566
if (
_rootVisual
!= value)
568
Visual oldRoot =
_rootVisual
;
574
if(
_rootVisual
is UIElement)
576
((UIElement)(
_rootVisual
)).LayoutUpdated += new EventHandler(OnLayoutUpdated);
581
_hwndTarget.RootVisual =
_rootVisual
;
605
RootChanged(oldRoot,
_rootVisual
);
627
_keyboard?.OnRootChanged(oldRoot,
_rootVisual
);
787
UIElement root =
_rootVisual
as UIElement;
903
UIElement root =
_rootVisual
as UIElement;
1004
if ((
_rootVisual
is UIElement) && _hwndTarget!= null && !_hwndTarget.IsDisposed)
1022
rootUIElement =
_rootVisual
as UIElement;
1185
rootUIElement =
_rootVisual
as UIElement;
1965
UIElement root =
_rootVisual
as UIElement;