'Declaration<XamlFilePathAttribute("ContentControl\Themes\ContentControlResourceDictionary.xaml")> <DefaultMemberAttribute("Item")> Public Class ContentControlResourceDictionary Inherits Microsoft.Maui.Controls.ResourceDictionary
'UsageDim instance As ContentControlResourceDictionary
[XamlFilePath("ContentControl\Themes\ContentControlResourceDictionary.xaml")] [DefaultMember("Item")] public class ContentControlResourceDictionary : Microsoft.Maui.Controls.ResourceDictionary


