XAML Renaming

What Is It?

All recent .NET technologies for User Interface (UI) are based on XAML. WPF, UWP and Silverlight applications use XAML to define elements, events, data binding and other aspects of UI.

XAML renaming is the process of simultaneous renaming of related symbols in code and XAML during obfuscation.

How It Works?

Eazfuscator.NET finds all connections between XAML and code:

Connections between XAML and code

Then, the related symbols get renamed. Synchronously and consistently in code and XAML:

Symbols are simultaneously renamed in XAML and code

As a result, XAML renaming delivers higher obfuscation coverage and ensures that all related items are accordingly and correctly processed in XAML and code.

â–¶ Explore other features
â–¶ Give it a try