// // $safeitemname$.cpp // Implementation of the $safeitemname$ class. // #include "pch.h" #include "$safeitemname$.h" using namespace $rootnamespace$; using namespace Platform; using namespace Windows::Foundation; using namespace Windows::Foundation::Collections; using namespace Windows::UI::Xaml; using namespace Windows::UI::Xaml::Controls; using namespace Windows::UI::Xaml::Data; using namespace Windows::UI::Xaml::Documents; using namespace Windows::UI::Xaml::Input; using namespace Windows::UI::Xaml::Interop; using namespace Windows::UI::Xaml::Media; // The Templated Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234235 $safeitemname$::$safeitemname$() { DefaultStyleKey = "$rootnamespace$.$safeitemname$"; }