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)
553
return (
_rootVisual
);
567
if (
_rootVisual
!= value)
569
Visual oldRoot =
_rootVisual
;
575
if(
_rootVisual
is UIElement)
577
((UIElement)(
_rootVisual
)).LayoutUpdated += new EventHandler(OnLayoutUpdated);
582
_hwndTarget.RootVisual =
_rootVisual
;
606
RootChanged(oldRoot,
_rootVisual
);
628
_keyboard?.OnRootChanged(oldRoot,
_rootVisual
);
788
UIElement root =
_rootVisual
as UIElement;
904
UIElement root =
_rootVisual
as UIElement;
1005
if ((
_rootVisual
is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false)
1023
rootUIElement =
_rootVisual
as UIElement;
1186
rootUIElement =
_rootVisual
as UIElement;
1966
UIElement root =
_rootVisual
as UIElement;