diff --git a/windows/GlobalUsings.cs b/windows/GlobalUsings.cs new file mode 100644 index 0000000..e181f0c --- /dev/null +++ b/windows/GlobalUsings.cs @@ -0,0 +1,9 @@ +// Global aliases to resolve ambiguities between System.Windows.* and System.Drawing.* +global using Application = System.Windows.Application; +global using Brushes = System.Windows.Media.Brushes; +global using Color = System.Windows.Media.Color; +global using FlowDirection = System.Windows.FlowDirection; +global using FontFamily = System.Windows.Media.FontFamily; +global using Orientation = System.Windows.Controls.Orientation; +global using ProgressBar = System.Windows.Controls.ProgressBar; +global using Size = System.Windows.Size;