uno.toolkit.ui
uno.toolkit.ui copied to clipboard
global using
What would you like to be added:
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive#global-modifier
@Xiaoy312 Which namespaces do you want to add as global usings?
mostly the uwp/winui usings that are usually surrounded by #if
and common usings depending on usage frequency..?
if you plan to take this, DO NOT put this in the same pr
cf: #539