using System.Collections.Generic; using System.Runtime.CompilerServices; using Avalonia.Controls; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Media; using Avalonia.Styling; using BenchmarkDotNet.Attributes; #nullable enable namespace Avalonia.Benchmarks.Styling { [MemoryDiagnoser] public class ControlTheme_Apply { private ControlTheme _theme; private ControlTheme _otherTheme; private List