WPF and Cursor
I was trying to figure out today the WPF’s equivalent to old WinForms functionality that allows a developer to change cursor shape. For example, if you have a control that may take a second or two to load, you want to change cursor shape to hourglass (WaitCursor), then change it back once control has been …