This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Xaml island with any control with built-in AcrylicBrush crash #358
Open
Description
openedon Jul 14, 2023
Describe the bug
Using Xaml island with any control with built-in AcrylicBrush crash the application when launching.
- Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
- Follow exactly the guide to host a custom control in a win32 app
- Add a control with built-in acrylic brush, like
AutoSuggestBox
<UserControl
x:Class="View.MyUserControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:View"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<AutoSuggestBox x:Name="AddressTextBox" KeyDown="AddressTextBox_KeyDown"/>
</UserControl>
- Launch the app
Expected behavior
Run normally
Screenshots
FailFastException, and crash
Environment
Project .NET Version:
None, I am using C++.
Windows 10 Build Number:
Nope, Windows 11 22621
App min and target version:
Windows 10 18363
Device form factor:
- Desktop
- Xbox
- Surface Hub
- IoT
Visual Studio
2022
Additional context
Add any other context about the problem here.
Activity