UsedImplicitlyAttribute and XAML
Is there a way to attach something like the UsedImplicitlyAttribute to an object in XAML?
I'm using a control library that creates menus and grid columns that require a Name attribute but aren't usually directly referenced, so to Resharper they appear to be unused.
Please sign in to leave a comment.