I'm working on a C# project and now my task is apply a custom font in all the project. The project is very big and there are a lot of xaml files. My friend wrote a static class name FontManager and call it's load() method in the constructor of all xaml.cs files. I want to see that is there any way to call the method once in the project and not for all the xaml files in the project.
Thanks