We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide the input that failed to decompile.
<i:Interaction.Behaviors> <ei:DataStateBehavior Binding="{Binding VisualState}" TrueState="True" FalseState="False" Value="True"></ei:DataStateBehavior> </i:Interaction.Behaviors>
<interactivity:Interaction.Behaviors xmlns:interactivity="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"> <core:DataStateBehavior xmlns:core="clr-namespace:Microsoft.Expression.Interactivity.Core;assembly=Microsoft.Expression.Interactions" core:DataStateBehavior.TrueState="True" core:DataStateBehavior.FalseState="False" core:DataStateBehavior.Value="True" core:DataStateBehavior.Binding="{Binding VisualState}" /> </interactivity:Interaction.Behaviors>
seems can't be compile:Attribute is not allowed in property element
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input code
Please provide the input that failed to decompile.
Erroneous output
seems can't be compile:Attribute is not allowed in property element
Details
The text was updated successfully, but these errors were encountered: