I am looking to improve an existing indicator, the Template Switcher. Currently, it can cycle through the templates one click at a time. A drop-down menu has been added in which the items in the drop-down update depending on the last drawn object or a selected object.
The problem is the style. The drop down object uses the following as it's style.
Application.Current.TryFindResource("MainMenuItem") as Style;
Any idea what's going on? I went back and forth checking to see if there is any difference between the code, but alas I cannot find any. Perhaps with a fresh set of eyes I will.
Thanks

Comment