diff --git a/src/Perspex.SceneGraph/Visual.cs b/src/Perspex.SceneGraph/Visual.cs index 63b7bf14f1..d5570711dc 100644 --- a/src/Perspex.SceneGraph/Visual.cs +++ b/src/Perspex.SceneGraph/Visual.cs @@ -231,7 +231,7 @@ namespace Perspex /// /// Gets the root of the visual tree, if the control is attached to a visual tree. /// - IRenderRoot IVisual.VisualRoot { get; } + IRenderRoot IVisual.VisualRoot => VisualRoot; /// /// Invalidates the visual and queues a repaint.