RendererHost.axaml
1 <UserControl 2 xmlns="https://github.com/avaloniaui" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 5 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 6 mc:Ignorable="d" 7 d:DesignWidth="800" 8 d:DesignHeight="450" 9 x:Class="Ryujinx.Ava.UI.Renderer.RendererHost" 10 FlowDirection="LeftToRight" 11 Focusable="True"> 12 </UserControl>