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)
547
return (
_rootVisual
);
561
if (
_rootVisual
!= value)
563
Visual oldRoot =
_rootVisual
;
569
if(
_rootVisual
is UIElement)
571
((UIElement)(
_rootVisual
)).LayoutUpdated += new EventHandler(OnLayoutUpdated);
576
_hwndTarget.RootVisual =
_rootVisual
;
600
RootChanged(oldRoot,
_rootVisual
);
622
_keyboard?.OnRootChanged(oldRoot,
_rootVisual
);
782
UIElement root =
_rootVisual
as UIElement;
898
UIElement root =
_rootVisual
as UIElement;
999
if ((
_rootVisual
is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false)
1017
rootUIElement =
_rootVisual
as UIElement;
1180
rootUIElement =
_rootVisual
as UIElement;
1958
UIElement root =
_rootVisual
as UIElement;