binding error, cannot find source?

abcd

Member
Joined
May 24, 2023
Messages
21
Programming Experience
Beginner
1686810201505.png

Hi I am getting this binding error . Can you please explain me the reason behind this and how can I solve it .
Please let me know if you need any further data .
 
I have not used visual brush but still getting this error

System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression: ( no path); DataItem=null; target element is 'VisualBrush' (HashCode=8361080); target property is 'Visual' (type 'Visual')
 
and this is my .cs file

public FullScreenView(object content)
{
InitializeComponent();

contentPanel.Content = content;
}
 
Back
Top Bottom