Finding control templates

With UWP, I’m finding myself overriding the control templates of existing controls.  Creating these control templates from scratch is not even on the table as a realistic possibility.  So, coders typically use debug code to print out a control template, load a...