I read about x:Bind
, it has better performance vs Binding
. But in my application WPF C# with .NET Framework 4.8 when I put x:Bind
in any part (TextBox Text="{x:Bind ...}"
), Visual Studio say to me "Bind is not supported in a Windows Presentation Foundation (WPF) project."
Is not possible you x:Bind in WPF C# Application for Desktop? Or what I need to do for use it?