Search Results

4
votes
3answers
4k views

How can I set the text of a WPF Hyperlink via data binding?

In WPF, I want to create a hyperlink that navigates to the details of an object, and I want the text of the hyperlink to be the name of the object. Right now, I have this: <TextB …
1
vote

INotifyPropertyChanged property name - hardcode vs reflection?

Additionally, we found an issue where getting a method name worked differently in Debug vs. Release builds: …