For example, I get this compiler warning,
The event 'Company.SomeControl.SearchClick' is never used.
But I know that it's used because commenting it out throws me like 20 new warnings of XAML pages that are trying to use this event!
What gives? Is there a trick to get rid of this warning?