NET MAUI net 9 and net 10 projects
tested on winui and android
Warnings: Element (warning): Microsoft.Maui.Controls.SolidColorBrush is already a child of Telerik.Maui.Controls.RadEffectsView. Remove ... before adding ... (x many) Element (warning): Microsoft.Maui.Controls.SolidColorBrush is already a child of Telerik.Maui.Controls.RadBorder. Remove ... before adding ... ``` ## Reproduction 1. A `ContentPage` inside a `NavigationPage` containing several Telerik `RadEntry` styled via **implicit styles** that set `BorderBrush` across multiple `VisualState`s (Normal/Focused/Invalid/ReadOnly/…). No custom `ControlTemplate` is applied; only `BorderBrush` (and background/text) setters. 2. Interact with the page, and with the entry control on it 3. There are warnings in the output