Use resource dictionaries - add a MyDictionary.xaml
file to your project, setting its Build Action to "Page":
Then in other XAML files you refer to it with:
... some other local resources ...
and refer to your resource as Template={StaticResource manageAreaCellTemplate}
.