2 writes to _rootVisual
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
579
_rootVisual
= value;
595
_rootVisual
= null;
14 references to _rootVisual
PresentationCore (14)
System\Windows\InterOp\HwndSource.cs (14)
559
return (
_rootVisual
);
573
if (
_rootVisual
!= value)
575
Visual oldRoot =
_rootVisual
;
581
if(
_rootVisual
is UIElement)
583
((UIElement)(
_rootVisual
)).LayoutUpdated += new EventHandler(OnLayoutUpdated);
588
_hwndTarget.RootVisual =
_rootVisual
;
612
RootChanged(oldRoot,
_rootVisual
);
634
_keyboard?.OnRootChanged(oldRoot,
_rootVisual
);
794
UIElement root =
_rootVisual
as UIElement;
910
UIElement root =
_rootVisual
as UIElement;
1022
if ((
_rootVisual
is UIElement) && _hwndTarget!= null && _hwndTarget.IsDisposed == false)
1040
rootUIElement =
_rootVisual
as UIElement;
1203
rootUIElement =
_rootVisual
as UIElement;
1981
UIElement root =
_rootVisual
as UIElement;