Last active
January 30, 2026 12:57
-
-
Save StephaneDelcroix/d3c5735e90011ea1c45aa4938b649613 to your computer and use it in GitHub Desktop.
Lazy ResourceDictionary SourceGen output for Benchmark.xaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //------------------------------------------------------------------------------ | |
| // <auto-generated> | |
| // This code was generated by a .NET MAUI source generator. | |
| // | |
| // Changes to this file may cause incorrect behavior and will be lost if | |
| // the code is regenerated. | |
| // </auto-generated> | |
| //------------------------------------------------------------------------------ | |
| #nullable enable | |
| #pragma warning disable CS0219 // Variable is assigned but its value is never used | |
| namespace Microsoft.Maui.Controls.Xaml.UnitTests; | |
| [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Maui.Controls.SourceGen, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null", "10.0.0.0")] | |
| public partial class Benchmark | |
| { | |
| private partial void InitializeComponentSourceGen() | |
| { | |
| // Fallback to Runtime inflation if the page was updated by HotReload | |
| static string? getPathForType(global::System.Type type) | |
| { | |
| var assembly = type.Assembly; | |
| foreach (var xria in global::System.Reflection.CustomAttributeExtensions.GetCustomAttributes<global::Microsoft.Maui.Controls.Xaml.XamlResourceIdAttribute>(assembly)) | |
| { | |
| if (xria.Type == type) | |
| return xria.Path; | |
| } | |
| return null; | |
| } | |
| var rlr = global::Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceProvider2?.Invoke(new global::Microsoft.Maui.Controls.Internals.ResourceLoader.ResourceLoadingQuery | |
| { | |
| AssemblyName = typeof(global::Microsoft.Maui.Controls.Xaml.UnitTests.Benchmark).Assembly.GetName(), | |
| ResourcePath = getPathForType(typeof(global::Microsoft.Maui.Controls.Xaml.UnitTests.Benchmark)), | |
| Instance = this, | |
| }); | |
| if (rlr?.ResourceContent != null) | |
| { | |
| this.InitializeComponentRuntime(); | |
| return; | |
| } | |
| var label = new global::Microsoft.Maui.Controls.Label(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(label!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 445, 10); | |
| var verticalStackLayout = new global::Microsoft.Maui.Controls.VerticalStackLayout(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(verticalStackLayout!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 444, 6); | |
| var __root = this; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(__root!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 2, 2); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope = global::Microsoft.Maui.Controls.Internals.NameScope.GetNameScope(__root) ?? new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(__root, iNameScope); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| verticalStackLayout.transientNamescope = iNameScope; | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| label.transientNamescope = iNameScope; | |
| #endif | |
| __root.SetValue(global::Microsoft.Maui.Controls.Page.TitleProperty, "Benchmark"); | |
| var resourceDictionary = __root.Resources; | |
| resourceDictionary.AddFactory("Primary", () => | |
| { | |
| var color = new global::Microsoft.Maui.Graphics.Color(0.31764707f, 0.16862746f, 0.83137256f, 1f) /* #512BD4 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 8, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope1 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Secondary", () => | |
| { | |
| var color1 = new global::Microsoft.Maui.Graphics.Color(0.8745098f, 0.84705883f, 0.96862745f, 1f) /* #DFD8F7 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 9, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope2 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color1; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Tertiary", () => | |
| { | |
| var color2 = new global::Microsoft.Maui.Graphics.Color(0.16862746f, 0.043137256f, 0.59607846f, 1f) /* #2B0B98 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 10, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope3 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color2; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("White", () => | |
| { | |
| var color3 = global::Microsoft.Maui.Graphics.Colors.White; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 11, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope4 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color3; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Black", () => | |
| { | |
| var color4 = global::Microsoft.Maui.Graphics.Colors.Black; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 12, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope5 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color4; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray100", () => | |
| { | |
| var color5 = new global::Microsoft.Maui.Graphics.Color(0.88235295f, 0.88235295f, 0.88235295f, 1f) /* #E1E1E1 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 13, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope6 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color5; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray200", () => | |
| { | |
| var color6 = new global::Microsoft.Maui.Graphics.Color(0.78431374f, 0.78431374f, 0.78431374f, 1f) /* #C8C8C8 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 14, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope7 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color6; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray300", () => | |
| { | |
| var color7 = new global::Microsoft.Maui.Graphics.Color(0.6745098f, 0.6745098f, 0.6745098f, 1f) /* #ACACAC */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 15, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope8 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color7; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray400", () => | |
| { | |
| var color8 = new global::Microsoft.Maui.Graphics.Color(0.5686275f, 0.5686275f, 0.5686275f, 1f) /* #919191 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 16, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope9 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color8; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray500", () => | |
| { | |
| var color9 = new global::Microsoft.Maui.Graphics.Color(0.43137255f, 0.43137255f, 0.43137255f, 1f) /* #6E6E6E */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 17, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope10 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color9; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray600", () => | |
| { | |
| var color10 = new global::Microsoft.Maui.Graphics.Color(0.2509804f, 0.2509804f, 0.2509804f, 1f) /* #404040 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 18, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope11 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color10; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray900", () => | |
| { | |
| var color11 = new global::Microsoft.Maui.Graphics.Color(0.12941177f, 0.12941177f, 0.12941177f, 1f) /* #212121 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 19, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope12 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color11; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray950", () => | |
| { | |
| var color12 = new global::Microsoft.Maui.Graphics.Color(0.078431375f, 0.078431375f, 0.078431375f, 1f) /* #141414 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 20, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope13 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color12; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("PrimaryBrush", () => | |
| { | |
| var staticResourceExtension = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 21, 47); | |
| var solidColorBrush = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 21, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope14 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush, iNameScope14); | |
| #endif | |
| staticResourceExtension.Key = "Primary"; | |
| var xamlServiceProvider = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope14, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget); | |
| xamlServiceProvider.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget); | |
| xamlServiceProvider.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(21, 47))); | |
| var object0 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension).ProvideValue(xamlServiceProvider); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object0!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object0!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 21, 47); | |
| solidColorBrush.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object0); | |
| return solidColorBrush; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("SecondaryBrush", () => | |
| { | |
| var staticResourceExtension1 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 22, 49); | |
| var solidColorBrush1 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 22, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope15 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush1, iNameScope15); | |
| #endif | |
| staticResourceExtension1.Key = "Secondary"; | |
| var xamlServiceProvider1 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget1 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush1, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope15, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider1.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget1); | |
| xamlServiceProvider1.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget1); | |
| xamlServiceProvider1.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(22, 49))); | |
| var object1 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension1).ProvideValue(xamlServiceProvider1); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object1!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 22, 49); | |
| solidColorBrush1.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object1); | |
| return solidColorBrush1; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("TertiaryBrush", () => | |
| { | |
| var staticResourceExtension2 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 23, 48); | |
| var solidColorBrush2 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 23, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope16 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush2, iNameScope16); | |
| #endif | |
| staticResourceExtension2.Key = "Tertiary"; | |
| var xamlServiceProvider2 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget2 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush2, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope16, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider2.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget2); | |
| xamlServiceProvider2.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget2); | |
| xamlServiceProvider2.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(23, 48))); | |
| var object2 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension2).ProvideValue(xamlServiceProvider2); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object2!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 23, 48); | |
| solidColorBrush2.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object2); | |
| return solidColorBrush2; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("WhiteBrush", () => | |
| { | |
| var staticResourceExtension3 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 24, 45); | |
| var solidColorBrush3 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 24, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope17 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush3, iNameScope17); | |
| #endif | |
| staticResourceExtension3.Key = "White"; | |
| var xamlServiceProvider3 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget3 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush3, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope17, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider3.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget3); | |
| xamlServiceProvider3.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget3); | |
| xamlServiceProvider3.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(24, 45))); | |
| var object3 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension3).ProvideValue(xamlServiceProvider3); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object3!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 24, 45); | |
| solidColorBrush3.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object3); | |
| return solidColorBrush3; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("BlackBrush", () => | |
| { | |
| var staticResourceExtension4 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 25, 45); | |
| var solidColorBrush4 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 25, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope18 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush4, iNameScope18); | |
| #endif | |
| staticResourceExtension4.Key = "Black"; | |
| var xamlServiceProvider4 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget4 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush4, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope18, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider4.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget4); | |
| xamlServiceProvider4.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget4); | |
| xamlServiceProvider4.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(25, 45))); | |
| var object4 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension4).ProvideValue(xamlServiceProvider4); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object4!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 25, 45); | |
| solidColorBrush4.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object4); | |
| return solidColorBrush4; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray100Brush", () => | |
| { | |
| var staticResourceExtension5 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 26, 47); | |
| var solidColorBrush5 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 26, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope19 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush5, iNameScope19); | |
| #endif | |
| staticResourceExtension5.Key = "Gray100"; | |
| var xamlServiceProvider5 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget5 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush5, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope19, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider5.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget5); | |
| xamlServiceProvider5.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget5); | |
| xamlServiceProvider5.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(26, 47))); | |
| var object5 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension5).ProvideValue(xamlServiceProvider5); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object5!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 26, 47); | |
| solidColorBrush5.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object5); | |
| return solidColorBrush5; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray200Brush", () => | |
| { | |
| var staticResourceExtension6 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 27, 47); | |
| var solidColorBrush6 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 27, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope20 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush6, iNameScope20); | |
| #endif | |
| staticResourceExtension6.Key = "Gray200"; | |
| var xamlServiceProvider6 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget6 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush6, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope20, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider6.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget6); | |
| xamlServiceProvider6.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget6); | |
| xamlServiceProvider6.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(27, 47))); | |
| var object6 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension6).ProvideValue(xamlServiceProvider6); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object6!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 27, 47); | |
| solidColorBrush6.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object6); | |
| return solidColorBrush6; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray300Brush", () => | |
| { | |
| var staticResourceExtension7 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 28, 47); | |
| var solidColorBrush7 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 28, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope21 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush7, iNameScope21); | |
| #endif | |
| staticResourceExtension7.Key = "Gray300"; | |
| var xamlServiceProvider7 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget7 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush7, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope21, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider7.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget7); | |
| xamlServiceProvider7.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget7); | |
| xamlServiceProvider7.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(28, 47))); | |
| var object7 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension7).ProvideValue(xamlServiceProvider7); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object7!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 28, 47); | |
| solidColorBrush7.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object7); | |
| return solidColorBrush7; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray400Brush", () => | |
| { | |
| var staticResourceExtension8 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 29, 47); | |
| var solidColorBrush8 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 29, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope22 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush8, iNameScope22); | |
| #endif | |
| staticResourceExtension8.Key = "Gray400"; | |
| var xamlServiceProvider8 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget8 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush8, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope22, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider8.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget8); | |
| xamlServiceProvider8.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget8); | |
| xamlServiceProvider8.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(29, 47))); | |
| var object8 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension8).ProvideValue(xamlServiceProvider8); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object8!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 29, 47); | |
| solidColorBrush8.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object8); | |
| return solidColorBrush8; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray500Brush", () => | |
| { | |
| var staticResourceExtension9 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 30, 47); | |
| var solidColorBrush9 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 30, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope23 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush9, iNameScope23); | |
| #endif | |
| staticResourceExtension9.Key = "Gray500"; | |
| var xamlServiceProvider9 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget9 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush9, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope23, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider9.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget9); | |
| xamlServiceProvider9.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget9); | |
| xamlServiceProvider9.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(30, 47))); | |
| var object9 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension9).ProvideValue(xamlServiceProvider9); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object9!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 30, 47); | |
| solidColorBrush9.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object9); | |
| return solidColorBrush9; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray600Brush", () => | |
| { | |
| var staticResourceExtension10 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 31, 47); | |
| var solidColorBrush10 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 31, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope24 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush10, iNameScope24); | |
| #endif | |
| staticResourceExtension10.Key = "Gray600"; | |
| var xamlServiceProvider10 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget10 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush10, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope24, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider10.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget10); | |
| xamlServiceProvider10.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget10); | |
| xamlServiceProvider10.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(31, 47))); | |
| var object10 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension10).ProvideValue(xamlServiceProvider10); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object10!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 31, 47); | |
| solidColorBrush10.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object10); | |
| return solidColorBrush10; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray900Brush", () => | |
| { | |
| var staticResourceExtension11 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 32, 47); | |
| var solidColorBrush11 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 32, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope25 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush11, iNameScope25); | |
| #endif | |
| staticResourceExtension11.Key = "Gray900"; | |
| var xamlServiceProvider11 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget11 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush11, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope25, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider11.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget11); | |
| xamlServiceProvider11.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget11); | |
| xamlServiceProvider11.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(32, 47))); | |
| var object11 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension11).ProvideValue(xamlServiceProvider11); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object11!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 32, 47); | |
| solidColorBrush11.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object11); | |
| return solidColorBrush11; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Gray950Brush", () => | |
| { | |
| var staticResourceExtension12 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 33, 47); | |
| var solidColorBrush12 = new global::Microsoft.Maui.Controls.SolidColorBrush(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(solidColorBrush12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 33, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope26 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.NameScope.SetNameScope(solidColorBrush12, iNameScope26); | |
| #endif | |
| staticResourceExtension12.Key = "Gray950"; | |
| var xamlServiceProvider12 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget12 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {solidColorBrush12, __root, __root}, | |
| global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope26, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider12.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget12); | |
| xamlServiceProvider12.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget12); | |
| xamlServiceProvider12.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(33, 47))); | |
| var object12 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension12).ProvideValue(xamlServiceProvider12); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object12!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 33, 47); | |
| solidColorBrush12.SetValue(global::Microsoft.Maui.Controls.SolidColorBrush.ColorProperty, object12); | |
| return solidColorBrush12; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Yellow100Accent", () => | |
| { | |
| var color13 = new global::Microsoft.Maui.Graphics.Color(0.96862745f, 0.70980394f, 0.28235295f, 1f) /* #F7B548 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 35, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope27 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color13; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Yellow200Accent", () => | |
| { | |
| var color14 = new global::Microsoft.Maui.Graphics.Color(1f, 0.8352941f, 0.5647059f, 1f) /* #FFD590 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 36, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope28 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color14; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Yellow300Accent", () => | |
| { | |
| var color15 = new global::Microsoft.Maui.Graphics.Color(1f, 0.8980392f, 0.7254902f, 1f) /* #FFE5B9 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 37, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope29 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color15; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Cyan100Accent", () => | |
| { | |
| var color16 = new global::Microsoft.Maui.Graphics.Color(0.15686275f, 0.7607843f, 0.81960785f, 1f) /* #28C2D1 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 38, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope30 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color16; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Cyan200Accent", () => | |
| { | |
| var color17 = new global::Microsoft.Maui.Graphics.Color(0.48235294f, 0.8666667f, 0.9372549f, 1f) /* #7BDDEF */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 39, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope31 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color17; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Cyan300Accent", () => | |
| { | |
| var color18 = new global::Microsoft.Maui.Graphics.Color(0.7647059f, 0.9490196f, 0.95686275f, 1f) /* #C3F2F4 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 40, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope32 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color18; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Blue100Accent", () => | |
| { | |
| var color19 = new global::Microsoft.Maui.Graphics.Color(0.24313726f, 0.5568628f, 0.92941177f, 1f) /* #3E8EED */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 41, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope33 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color19; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Blue200Accent", () => | |
| { | |
| var color20 = new global::Microsoft.Maui.Graphics.Color(0.44705883f, 0.6745098f, 0.94509804f, 1f) /* #72ACF1 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 42, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope34 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color20; | |
| }, shared: true); | |
| resourceDictionary.AddFactory("Blue300Accent", () => | |
| { | |
| var color21 = new global::Microsoft.Maui.Graphics.Color(0.654902f, 0.79607844f, 0.9647059f, 1f) /* #A7CBF6 */; | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(color21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 43, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope35 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| return color21; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.ActivityIndicator), () => | |
| { | |
| var staticResourceExtension13 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| var staticResourceExtension14 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| var appThemeBindingExtension = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| var setter = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 14); | |
| var style1 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.ActivityIndicator)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 46, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope36 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope37 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter.Property = global::Microsoft.Maui.Controls.ActivityIndicator.ColorProperty; | |
| staticResourceExtension13.Key = "Primary"; | |
| var xamlServiceProvider13 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget13 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension, setter, style1, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope37, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider13.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget13); | |
| xamlServiceProvider13.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget13); | |
| xamlServiceProvider13.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(47, 38))); | |
| var object13 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension13).ProvideValue(xamlServiceProvider13); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object13!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| appThemeBindingExtension.Light = (object)object13; | |
| staticResourceExtension14.Key = "White"; | |
| var xamlServiceProvider14 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget14 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension, setter, style1, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope37, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider14.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget14); | |
| xamlServiceProvider14.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget14); | |
| xamlServiceProvider14.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(47, 38))); | |
| var object14 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension14).ProvideValue(xamlServiceProvider14); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object14!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| appThemeBindingExtension.Dark = (object)object14; | |
| var xamlServiceProvider15 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget15 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter, style1, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope37, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider15.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget15); | |
| xamlServiceProvider15.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget15); | |
| xamlServiceProvider15.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(47, 38))); | |
| var bindingBase = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension).ProvideValue(xamlServiceProvider15); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 38); | |
| setter.Value = (object)bindingBase; | |
| var setter1 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ActivityIndicator.ColorProperty, Value = bindingBase}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter1!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 47, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style1.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter1); | |
| return style1; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.IndicatorView), () => | |
| { | |
| var staticResourceExtension15 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| var staticResourceExtension16 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| var appThemeBindingExtension1 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| var setter2 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 14); | |
| var staticResourceExtension17 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| var staticResourceExtension18 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| var appThemeBindingExtension2 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| var setter3 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 14); | |
| var style3 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.IndicatorView)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 50, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope38 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope39 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope40 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter2.Property = global::Microsoft.Maui.Controls.IndicatorView.IndicatorColorProperty; | |
| staticResourceExtension15.Key = "Gray200"; | |
| var xamlServiceProvider16 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget16 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension1, setter2, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope39, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider16.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget16); | |
| xamlServiceProvider16.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget16); | |
| xamlServiceProvider16.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(51, 47))); | |
| var object15 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension15).ProvideValue(xamlServiceProvider16); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object15!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| appThemeBindingExtension1.Light = (object)object15; | |
| staticResourceExtension16.Key = "Gray500"; | |
| var xamlServiceProvider17 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget17 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension1, setter2, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope39, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider17.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget17); | |
| xamlServiceProvider17.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget17); | |
| xamlServiceProvider17.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(51, 47))); | |
| var object16 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension16).ProvideValue(xamlServiceProvider17); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object16!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| appThemeBindingExtension1.Dark = (object)object16; | |
| var xamlServiceProvider18 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget18 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter2, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope39, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider18.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget18); | |
| xamlServiceProvider18.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget18); | |
| xamlServiceProvider18.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(51, 47))); | |
| var bindingBase1 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension1).ProvideValue(xamlServiceProvider18); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase1!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 47); | |
| setter2.Value = (object)bindingBase1; | |
| var setter4 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.IndicatorView.IndicatorColorProperty, Value = bindingBase1}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter4!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 51, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style3.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter4); | |
| setter3.Property = global::Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColorProperty; | |
| staticResourceExtension17.Key = "Gray950"; | |
| var xamlServiceProvider19 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget19 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension2, setter3, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope40, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider19.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget19); | |
| xamlServiceProvider19.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget19); | |
| xamlServiceProvider19.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(52, 55))); | |
| var object17 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension17).ProvideValue(xamlServiceProvider19); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object17!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| appThemeBindingExtension2.Light = (object)object17; | |
| staticResourceExtension18.Key = "Gray100"; | |
| var xamlServiceProvider20 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget20 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension2, setter3, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope40, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider20.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget20); | |
| xamlServiceProvider20.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget20); | |
| xamlServiceProvider20.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(52, 55))); | |
| var object18 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension18).ProvideValue(xamlServiceProvider20); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object18!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| appThemeBindingExtension2.Dark = (object)object18; | |
| var xamlServiceProvider21 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget21 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter3, style3, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope40, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider21.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget21); | |
| xamlServiceProvider21.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget21); | |
| xamlServiceProvider21.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(52, 55))); | |
| var bindingBase2 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension2).ProvideValue(xamlServiceProvider21); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase2!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 55); | |
| setter3.Value = (object)bindingBase2; | |
| var setter5 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.IndicatorView.SelectedIndicatorColorProperty, Value = bindingBase2}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter5!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 52, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style3.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter5); | |
| return style3; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Border), () => | |
| { | |
| var staticResourceExtension19 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| var staticResourceExtension20 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| var appThemeBindingExtension3 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| var setter6 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 14); | |
| var style5 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Border)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 55, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope41 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope42 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope43 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope44 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter6.Property = global::Microsoft.Maui.Controls.Border.StrokeProperty; | |
| staticResourceExtension19.Key = "Gray200"; | |
| var xamlServiceProvider22 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget22 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension3, setter6, style5, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope42, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider22.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget22); | |
| xamlServiceProvider22.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget22); | |
| xamlServiceProvider22.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(56, 39))); | |
| var object19 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension19).ProvideValue(xamlServiceProvider22); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object19!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| appThemeBindingExtension3.Light = (object)object19; | |
| staticResourceExtension20.Key = "Gray500"; | |
| var xamlServiceProvider23 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget23 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension3, setter6, style5, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope42, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider23.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget23); | |
| xamlServiceProvider23.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget23); | |
| xamlServiceProvider23.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(56, 39))); | |
| var object20 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension20).ProvideValue(xamlServiceProvider23); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object20!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| appThemeBindingExtension3.Dark = (object)object20; | |
| var xamlServiceProvider24 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget24 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter6, style5, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope42, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider24.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget24); | |
| xamlServiceProvider24.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget24); | |
| xamlServiceProvider24.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(56, 39))); | |
| var bindingBase3 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension3).ProvideValue(xamlServiceProvider24); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase3!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 39); | |
| setter6.Value = (object)bindingBase3; | |
| var setter7 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Border.StrokeProperty, Value = bindingBase3}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter7!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 56, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style5.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter7); | |
| var setter8 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Border.StrokeShapeProperty, Value = ((global::System.ComponentModel.TypeConverter)new global::Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter()).ConvertFromInvariantString("Rectangle") as global::Microsoft.Maui.Graphics.IShape}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter8!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 57, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style5.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter8); | |
| var setter9 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Border.StrokeThicknessProperty, Value = 1D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter9!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 58, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style5.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter9); | |
| return style5; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.BoxView), () => | |
| { | |
| var staticResourceExtension21 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| var staticResourceExtension22 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| var appThemeBindingExtension4 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| var setter10 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 14); | |
| var style7 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.BoxView)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 61, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope45 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope46 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter10.Property = global::Microsoft.Maui.Controls.BoxView.ColorProperty; | |
| staticResourceExtension21.Key = "Gray950"; | |
| var xamlServiceProvider25 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget25 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension4, setter10, style7, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope46, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider25.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget25); | |
| xamlServiceProvider25.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget25); | |
| xamlServiceProvider25.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(62, 38))); | |
| var object21 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension21).ProvideValue(xamlServiceProvider25); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object21!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| appThemeBindingExtension4.Light = (object)object21; | |
| staticResourceExtension22.Key = "Gray200"; | |
| var xamlServiceProvider26 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget26 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension4, setter10, style7, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope46, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider26.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget26); | |
| xamlServiceProvider26.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget26); | |
| xamlServiceProvider26.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(62, 38))); | |
| var object22 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension22).ProvideValue(xamlServiceProvider26); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object22!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| appThemeBindingExtension4.Dark = (object)object22; | |
| var xamlServiceProvider27 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget27 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter10, style7, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope46, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider27.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget27); | |
| xamlServiceProvider27.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget27); | |
| xamlServiceProvider27.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(62, 38))); | |
| var bindingBase4 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension4).ProvideValue(xamlServiceProvider27); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase4!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 38); | |
| setter10.Value = (object)bindingBase4; | |
| var setter11 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.BoxView.ColorProperty, Value = bindingBase4}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter11!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 62, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style7.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter11); | |
| return style7; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Button), () => | |
| { | |
| var staticResourceExtension23 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| var staticResourceExtension24 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| var appThemeBindingExtension5 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| var setter12 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 14); | |
| var staticResourceExtension25 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| var staticResourceExtension26 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| var appThemeBindingExtension6 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| var setter13 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 14); | |
| var visualState = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 77, 26); | |
| var staticResourceExtension27 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| var staticResourceExtension28 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| var appThemeBindingExtension7 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| var setter14 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 34); | |
| var staticResourceExtension29 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| var staticResourceExtension30 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| var appThemeBindingExtension8 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| var setter15 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 34); | |
| var visualState1 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 78, 26); | |
| var visualStateGroup = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 76, 22); | |
| var visualStateGroupList = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 75, 18); | |
| var setter16 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 74, 14); | |
| var style9 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Button)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 65, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope47 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope48 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope49 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope50 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope51 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope52 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope53 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope54 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope55 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope56 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope57 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope57.RegisterName("CommonStates", visualStateGroup); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope57.RegisterName("Normal", visualState); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope57.RegisterName("Disabled", visualState1); | |
| #endif | |
| setter12.Property = global::Microsoft.Maui.Controls.Button.TextColorProperty; | |
| staticResourceExtension23.Key = "White"; | |
| var xamlServiceProvider28 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget28 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension5, setter12, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope48, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider28.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget28); | |
| xamlServiceProvider28.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget28); | |
| xamlServiceProvider28.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(66, 42))); | |
| var object23 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension23).ProvideValue(xamlServiceProvider28); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object23!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| appThemeBindingExtension5.Light = (object)object23; | |
| staticResourceExtension24.Key = "Primary"; | |
| var xamlServiceProvider29 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget29 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension5, setter12, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope48, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider29.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget29); | |
| xamlServiceProvider29.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget29); | |
| xamlServiceProvider29.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(66, 42))); | |
| var object24 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension24).ProvideValue(xamlServiceProvider29); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object24!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| appThemeBindingExtension5.Dark = (object)object24; | |
| var xamlServiceProvider30 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget30 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter12, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope48, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider30.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget30); | |
| xamlServiceProvider30.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget30); | |
| xamlServiceProvider30.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(66, 42))); | |
| var bindingBase5 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension5).ProvideValue(xamlServiceProvider30); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase5!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 42); | |
| setter12.Value = (object)bindingBase5; | |
| var setter17 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.TextColorProperty, Value = bindingBase5}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter17!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 66, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter17); | |
| setter13.Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty; | |
| staticResourceExtension25.Key = "Primary"; | |
| var xamlServiceProvider31 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget31 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension6, setter13, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope49, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider31.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget31); | |
| xamlServiceProvider31.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget31); | |
| xamlServiceProvider31.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(67, 48))); | |
| var object25 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension25).ProvideValue(xamlServiceProvider31); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object25!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| appThemeBindingExtension6.Light = (object)object25; | |
| staticResourceExtension26.Key = "White"; | |
| var xamlServiceProvider32 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget32 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension6, setter13, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope49, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider32.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget32); | |
| xamlServiceProvider32.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget32); | |
| xamlServiceProvider32.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(67, 48))); | |
| var object26 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension26).ProvideValue(xamlServiceProvider32); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object26!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| appThemeBindingExtension6.Dark = (object)object26; | |
| var xamlServiceProvider33 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget33 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter13, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope49, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider33.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget33); | |
| xamlServiceProvider33.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget33); | |
| xamlServiceProvider33.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(67, 48))); | |
| var bindingBase6 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension6).ProvideValue(xamlServiceProvider33); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase6!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 48); | |
| setter13.Value = (object)bindingBase6; | |
| var setter18 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = bindingBase6}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter18!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 67, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter18); | |
| var setter19 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter19!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 68, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter19); | |
| var setter20 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter20!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 69, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter20); | |
| var setter21 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.CornerRadiusProperty, Value = 8}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter21!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 70, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter21); | |
| var setter22 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.PaddingProperty, Value = new global::Microsoft.Maui.Thickness(14, 10)}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter22!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 71, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter22); | |
| var setter23 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter23!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 72, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter23); | |
| var setter24 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter24!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 73, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter24); | |
| setter16.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup.Name = "CommonStates"; | |
| visualState.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState); | |
| visualState1.Name = "Disabled"; | |
| setter14.Property = global::Microsoft.Maui.Controls.Button.TextColorProperty; | |
| staticResourceExtension27.Key = "Gray950"; | |
| var xamlServiceProvider34 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget34 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension7, setter14, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider34.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget34); | |
| xamlServiceProvider34.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget34); | |
| xamlServiceProvider34.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(80, 62))); | |
| var object27 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension27).ProvideValue(xamlServiceProvider34); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object27!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| appThemeBindingExtension7.Light = (object)object27; | |
| staticResourceExtension28.Key = "Gray200"; | |
| var xamlServiceProvider35 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget35 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension7, setter14, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider35.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget35); | |
| xamlServiceProvider35.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget35); | |
| xamlServiceProvider35.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(80, 62))); | |
| var object28 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension28).ProvideValue(xamlServiceProvider35); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object28!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| appThemeBindingExtension7.Dark = (object)object28; | |
| var xamlServiceProvider36 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget36 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter14, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider36.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget36); | |
| xamlServiceProvider36.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget36); | |
| xamlServiceProvider36.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(80, 62))); | |
| var bindingBase7 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension7).ProvideValue(xamlServiceProvider36); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase7!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 62); | |
| setter14.Value = (object)bindingBase7; | |
| var setter25 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Button.TextColorProperty, Value = bindingBase7}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter25!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 80, 34); | |
| var iList = visualState1.Setters; | |
| iList.Add(setter25); | |
| setter15.Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty; | |
| staticResourceExtension29.Key = "Gray200"; | |
| var xamlServiceProvider37 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget37 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension8, setter15, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider37.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget37); | |
| xamlServiceProvider37.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget37); | |
| xamlServiceProvider37.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(81, 68))); | |
| var object29 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension29).ProvideValue(xamlServiceProvider37); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object29!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| appThemeBindingExtension8.Light = (object)object29; | |
| staticResourceExtension30.Key = "Gray600"; | |
| var xamlServiceProvider38 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget38 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension8, setter15, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider38.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget38); | |
| xamlServiceProvider38.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget38); | |
| xamlServiceProvider38.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(81, 68))); | |
| var object30 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension30).ProvideValue(xamlServiceProvider38); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object30!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| appThemeBindingExtension8.Dark = (object)object30; | |
| var xamlServiceProvider39 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget39 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter15, visualState1, visualStateGroup, visualStateGroupList, setter16, style9, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope57, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider39.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget39); | |
| xamlServiceProvider39.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget39); | |
| xamlServiceProvider39.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(81, 68))); | |
| var bindingBase8 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension8).ProvideValue(xamlServiceProvider39); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase8!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 68); | |
| setter15.Value = (object)bindingBase8; | |
| var setter26 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = bindingBase8}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter26!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 81, 34); | |
| iList.Add(setter26); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState1); | |
| visualStateGroupList.Add(visualStateGroup); | |
| setter16.Value = (object)visualStateGroupList; | |
| var setter27 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter27!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 74, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter27); | |
| return style9; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.CheckBox), () => | |
| { | |
| var staticResourceExtension31 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| var staticResourceExtension32 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension32!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| var appThemeBindingExtension9 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| var setter28 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 14); | |
| var visualState2 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 96, 26); | |
| var staticResourceExtension33 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| var staticResourceExtension34 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension34!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| var appThemeBindingExtension10 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| var setter29 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 34); | |
| var visualState3 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 97, 26); | |
| var visualStateGroup1 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 95, 22); | |
| var visualStateGroupList1 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList1!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 94, 18); | |
| var setter30 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 93, 14); | |
| var style11 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.CheckBox)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 89, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope58 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope59 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope60 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope61 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope62 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope63 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope63.RegisterName("CommonStates", visualStateGroup1); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope63.RegisterName("Normal", visualState2); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope63.RegisterName("Disabled", visualState3); | |
| #endif | |
| setter28.Property = global::Microsoft.Maui.Controls.CheckBox.ColorProperty; | |
| staticResourceExtension31.Key = "Primary"; | |
| var xamlServiceProvider40 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget40 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension9, setter28, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope59, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider40.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget40); | |
| xamlServiceProvider40.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget40); | |
| xamlServiceProvider40.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(90, 38))); | |
| var object31 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension31).ProvideValue(xamlServiceProvider40); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object31!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| appThemeBindingExtension9.Light = (object)object31; | |
| staticResourceExtension32.Key = "White"; | |
| var xamlServiceProvider41 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget41 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension9, setter28, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope59, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider41.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget41); | |
| xamlServiceProvider41.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget41); | |
| xamlServiceProvider41.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(90, 38))); | |
| var object32 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension32).ProvideValue(xamlServiceProvider41); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object32!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object32!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| appThemeBindingExtension9.Dark = (object)object32; | |
| var xamlServiceProvider42 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget42 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter28, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope59, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider42.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget42); | |
| xamlServiceProvider42.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget42); | |
| xamlServiceProvider42.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(90, 38))); | |
| var bindingBase9 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension9).ProvideValue(xamlServiceProvider42); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase9!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 38); | |
| setter28.Value = (object)bindingBase9; | |
| var setter31 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.CheckBox.ColorProperty, Value = bindingBase9}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter31!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 90, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style11.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter31); | |
| var setter32 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter32!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter32!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 91, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style11.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter32); | |
| var setter33 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter33!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 92, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style11.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter33); | |
| setter30.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup1.Name = "CommonStates"; | |
| visualState2.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup1.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState2); | |
| visualState3.Name = "Disabled"; | |
| setter29.Property = global::Microsoft.Maui.Controls.CheckBox.ColorProperty; | |
| staticResourceExtension33.Key = "Gray300"; | |
| var xamlServiceProvider43 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget43 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension10, setter29, visualState3, visualStateGroup1, visualStateGroupList1, setter30, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope63, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider43.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget43); | |
| xamlServiceProvider43.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget43); | |
| xamlServiceProvider43.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(99, 58))); | |
| var object33 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension33).ProvideValue(xamlServiceProvider43); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object33!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| appThemeBindingExtension10.Light = (object)object33; | |
| staticResourceExtension34.Key = "Gray600"; | |
| var xamlServiceProvider44 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget44 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension10, setter29, visualState3, visualStateGroup1, visualStateGroupList1, setter30, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope63, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider44.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget44); | |
| xamlServiceProvider44.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget44); | |
| xamlServiceProvider44.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(99, 58))); | |
| var object34 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension34).ProvideValue(xamlServiceProvider44); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object34!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object34!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| appThemeBindingExtension10.Dark = (object)object34; | |
| var xamlServiceProvider45 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget45 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter29, visualState3, visualStateGroup1, visualStateGroupList1, setter30, style11, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope63, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider45.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget45); | |
| xamlServiceProvider45.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget45); | |
| xamlServiceProvider45.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(99, 58))); | |
| var bindingBase10 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension10).ProvideValue(xamlServiceProvider45); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase10!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 58); | |
| setter29.Value = (object)bindingBase10; | |
| var setter34 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.CheckBox.ColorProperty, Value = bindingBase10}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter34!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter34!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 99, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState3.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup1.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState3); | |
| visualStateGroupList1.Add(visualStateGroup1); | |
| setter30.Value = (object)visualStateGroupList1; | |
| var setter35 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList1}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter35!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 93, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style11.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter35); | |
| return style11; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.DatePicker), () => | |
| { | |
| var staticResourceExtension35 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| var staticResourceExtension36 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension36!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| var appThemeBindingExtension11 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| var setter36 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter36!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 14); | |
| var visualState4 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 117, 26); | |
| var staticResourceExtension37 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| var staticResourceExtension38 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension38!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| var appThemeBindingExtension12 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| var setter37 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 34); | |
| var visualState5 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 118, 26); | |
| var visualStateGroup2 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 116, 22); | |
| var visualStateGroupList2 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList2!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 115, 18); | |
| var setter38 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter38!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 114, 14); | |
| var style13 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.DatePicker)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 107, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope64 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope65 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope66 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope67 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope68 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope69 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope70 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope71 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope72 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope72.RegisterName("CommonStates", visualStateGroup2); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope72.RegisterName("Normal", visualState4); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope72.RegisterName("Disabled", visualState5); | |
| #endif | |
| setter36.Property = global::Microsoft.Maui.Controls.DatePicker.TextColorProperty; | |
| staticResourceExtension35.Key = "Gray900"; | |
| var xamlServiceProvider46 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget46 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension11, setter36, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope65, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider46.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget46); | |
| xamlServiceProvider46.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget46); | |
| xamlServiceProvider46.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(108, 42))); | |
| var object35 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension35).ProvideValue(xamlServiceProvider46); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object35!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| appThemeBindingExtension11.Light = (object)object35; | |
| staticResourceExtension36.Key = "White"; | |
| var xamlServiceProvider47 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget47 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension11, setter36, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope65, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider47.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget47); | |
| xamlServiceProvider47.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget47); | |
| xamlServiceProvider47.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(108, 42))); | |
| var object36 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension36).ProvideValue(xamlServiceProvider47); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object36!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object36!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| appThemeBindingExtension11.Dark = (object)object36; | |
| var xamlServiceProvider48 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget48 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter36, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope65, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider48.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget48); | |
| xamlServiceProvider48.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget48); | |
| xamlServiceProvider48.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(108, 42))); | |
| var bindingBase11 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension11).ProvideValue(xamlServiceProvider48); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase11!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 42); | |
| setter36.Value = (object)bindingBase11; | |
| var setter39 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.DatePicker.TextColorProperty, Value = bindingBase11}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter39!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 108, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter39); | |
| var setter40 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter40!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter40!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 109, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter40); | |
| var setter41 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.DatePicker.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter41!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 110, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter41); | |
| var setter42 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.DatePicker.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter42!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter42!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 111, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter42); | |
| var setter43 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter43!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 112, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter43); | |
| var setter44 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter44!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter44!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 113, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter44); | |
| setter38.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup2.Name = "CommonStates"; | |
| visualState4.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup2.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState4); | |
| visualState5.Name = "Disabled"; | |
| setter37.Property = global::Microsoft.Maui.Controls.DatePicker.TextColorProperty; | |
| staticResourceExtension37.Key = "Gray200"; | |
| var xamlServiceProvider49 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget49 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension12, setter37, visualState5, visualStateGroup2, visualStateGroupList2, setter38, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope72, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider49.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget49); | |
| xamlServiceProvider49.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget49); | |
| xamlServiceProvider49.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(120, 62))); | |
| var object37 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension37).ProvideValue(xamlServiceProvider49); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object37!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| appThemeBindingExtension12.Light = (object)object37; | |
| staticResourceExtension38.Key = "Gray500"; | |
| var xamlServiceProvider50 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget50 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension12, setter37, visualState5, visualStateGroup2, visualStateGroupList2, setter38, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope72, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider50.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget50); | |
| xamlServiceProvider50.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget50); | |
| xamlServiceProvider50.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(120, 62))); | |
| var object38 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension38).ProvideValue(xamlServiceProvider50); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object38!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object38!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| appThemeBindingExtension12.Dark = (object)object38; | |
| var xamlServiceProvider51 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget51 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter37, visualState5, visualStateGroup2, visualStateGroupList2, setter38, style13, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope72, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider51.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget51); | |
| xamlServiceProvider51.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget51); | |
| xamlServiceProvider51.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(120, 62))); | |
| var bindingBase12 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension12).ProvideValue(xamlServiceProvider51); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase12!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 62); | |
| setter37.Value = (object)bindingBase12; | |
| var setter45 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.DatePicker.TextColorProperty, Value = bindingBase12}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter45!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 120, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState5.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter45); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup2.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState5); | |
| visualStateGroupList2.Add(visualStateGroup2); | |
| setter38.Value = (object)visualStateGroupList2; | |
| var setter46 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList2}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter46!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter46!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 114, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter46); | |
| return style13; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Editor), () => | |
| { | |
| var staticResourceExtension39 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| var staticResourceExtension40 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension40!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| var appThemeBindingExtension13 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| var setter47 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 14); | |
| var staticResourceExtension41 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| var staticResourceExtension42 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension42!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| var appThemeBindingExtension14 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| var setter48 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter48!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 14); | |
| var visualState6 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 139, 26); | |
| var staticResourceExtension43 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| var staticResourceExtension44 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension44!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| var appThemeBindingExtension15 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| var setter49 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 34); | |
| var visualState7 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 140, 26); | |
| var visualStateGroup3 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 138, 22); | |
| var visualStateGroupList3 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList3!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 137, 18); | |
| var setter50 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter50!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 136, 14); | |
| var style15 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Editor)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 128, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope73 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope74 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope75 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope76 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope77 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope78 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope79 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope80 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope81 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope82 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope82.RegisterName("CommonStates", visualStateGroup3); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope82.RegisterName("Normal", visualState6); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope82.RegisterName("Disabled", visualState7); | |
| #endif | |
| setter47.Property = global::Microsoft.Maui.Controls.Editor.TextColorProperty; | |
| staticResourceExtension39.Key = "Black"; | |
| var xamlServiceProvider52 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget52 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension13, setter47, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope74, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider52.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget52); | |
| xamlServiceProvider52.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget52); | |
| xamlServiceProvider52.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(129, 42))); | |
| var object39 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension39).ProvideValue(xamlServiceProvider52); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object39!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| appThemeBindingExtension13.Light = (object)object39; | |
| staticResourceExtension40.Key = "White"; | |
| var xamlServiceProvider53 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget53 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension13, setter47, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope74, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider53.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget53); | |
| xamlServiceProvider53.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget53); | |
| xamlServiceProvider53.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(129, 42))); | |
| var object40 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension40).ProvideValue(xamlServiceProvider53); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object40!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object40!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| appThemeBindingExtension13.Dark = (object)object40; | |
| var xamlServiceProvider54 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget54 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter47, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope74, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider54.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget54); | |
| xamlServiceProvider54.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget54); | |
| xamlServiceProvider54.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(129, 42))); | |
| var bindingBase13 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension13).ProvideValue(xamlServiceProvider54); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase13!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 42); | |
| setter47.Value = (object)bindingBase13; | |
| var setter51 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Editor.TextColorProperty, Value = bindingBase13}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter51!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 129, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter51); | |
| var setter52 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter52!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter52!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 130, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter52); | |
| var setter53 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Editor.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter53!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 131, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter53); | |
| var setter54 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Editor.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter54!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter54!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 132, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter54); | |
| setter48.Property = global::Microsoft.Maui.Controls.Editor.PlaceholderColorProperty; | |
| staticResourceExtension41.Key = "Gray200"; | |
| var xamlServiceProvider55 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget55 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension14, setter48, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope78, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider55.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget55); | |
| xamlServiceProvider55.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget55); | |
| xamlServiceProvider55.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(133, 49))); | |
| var object41 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension41).ProvideValue(xamlServiceProvider55); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object41!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| appThemeBindingExtension14.Light = (object)object41; | |
| staticResourceExtension42.Key = "Gray500"; | |
| var xamlServiceProvider56 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget56 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension14, setter48, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope78, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider56.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget56); | |
| xamlServiceProvider56.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget56); | |
| xamlServiceProvider56.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(133, 49))); | |
| var object42 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension42).ProvideValue(xamlServiceProvider56); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object42!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object42!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| appThemeBindingExtension14.Dark = (object)object42; | |
| var xamlServiceProvider57 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget57 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter48, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope78, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider57.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget57); | |
| xamlServiceProvider57.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget57); | |
| xamlServiceProvider57.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(133, 49))); | |
| var bindingBase14 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension14).ProvideValue(xamlServiceProvider57); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase14!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 49); | |
| setter48.Value = (object)bindingBase14; | |
| var setter55 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Editor.PlaceholderColorProperty, Value = bindingBase14}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter55!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 133, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter55); | |
| var setter56 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter56!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter56!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 134, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter56); | |
| var setter57 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter57!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter57!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 135, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter57); | |
| setter50.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup3.Name = "CommonStates"; | |
| visualState6.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup3.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState6); | |
| visualState7.Name = "Disabled"; | |
| setter49.Property = global::Microsoft.Maui.Controls.Editor.TextColorProperty; | |
| staticResourceExtension43.Key = "Gray300"; | |
| var xamlServiceProvider58 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget58 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension15, setter49, visualState7, visualStateGroup3, visualStateGroupList3, setter50, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope82, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider58.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget58); | |
| xamlServiceProvider58.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget58); | |
| xamlServiceProvider58.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(142, 62))); | |
| var object43 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension43).ProvideValue(xamlServiceProvider58); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object43!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| appThemeBindingExtension15.Light = (object)object43; | |
| staticResourceExtension44.Key = "Gray600"; | |
| var xamlServiceProvider59 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget59 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension15, setter49, visualState7, visualStateGroup3, visualStateGroupList3, setter50, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope82, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider59.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget59); | |
| xamlServiceProvider59.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget59); | |
| xamlServiceProvider59.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(142, 62))); | |
| var object44 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension44).ProvideValue(xamlServiceProvider59); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object44!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object44!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| appThemeBindingExtension15.Dark = (object)object44; | |
| var xamlServiceProvider60 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget60 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter49, visualState7, visualStateGroup3, visualStateGroupList3, setter50, style15, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope82, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider60.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget60); | |
| xamlServiceProvider60.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget60); | |
| xamlServiceProvider60.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(142, 62))); | |
| var bindingBase15 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension15).ProvideValue(xamlServiceProvider60); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase15!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 62); | |
| setter49.Value = (object)bindingBase15; | |
| var setter58 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Editor.TextColorProperty, Value = bindingBase15}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter58!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter58!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 142, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState7.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter58); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup3.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState7); | |
| visualStateGroupList3.Add(visualStateGroup3); | |
| setter50.Value = (object)visualStateGroupList3; | |
| var setter59 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList3}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter59!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter59!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 136, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style15.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter59); | |
| return style15; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Entry), () => | |
| { | |
| var staticResourceExtension45 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| var staticResourceExtension46 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension46!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| var appThemeBindingExtension16 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| var setter60 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter60!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 14); | |
| var staticResourceExtension47 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| var staticResourceExtension48 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension48!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| var appThemeBindingExtension17 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| var setter61 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter61!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 14); | |
| var visualState8 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 161, 26); | |
| var staticResourceExtension49 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| var staticResourceExtension50 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension50!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| var appThemeBindingExtension18 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| var setter62 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter62!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 34); | |
| var visualState9 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 162, 26); | |
| var visualStateGroup4 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 160, 22); | |
| var visualStateGroupList4 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList4!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 159, 18); | |
| var setter63 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter63!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 158, 14); | |
| var style17 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Entry)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 150, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope83 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope84 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope85 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope86 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope87 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope88 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope89 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope90 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope91 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope92 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope92.RegisterName("CommonStates", visualStateGroup4); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope92.RegisterName("Normal", visualState8); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope92.RegisterName("Disabled", visualState9); | |
| #endif | |
| setter60.Property = global::Microsoft.Maui.Controls.Entry.TextColorProperty; | |
| staticResourceExtension45.Key = "Black"; | |
| var xamlServiceProvider61 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget61 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension16, setter60, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope84, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider61.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget61); | |
| xamlServiceProvider61.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget61); | |
| xamlServiceProvider61.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(151, 42))); | |
| var object45 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension45).ProvideValue(xamlServiceProvider61); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object45!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| appThemeBindingExtension16.Light = (object)object45; | |
| staticResourceExtension46.Key = "White"; | |
| var xamlServiceProvider62 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget62 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension16, setter60, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope84, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider62.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget62); | |
| xamlServiceProvider62.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget62); | |
| xamlServiceProvider62.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(151, 42))); | |
| var object46 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension46).ProvideValue(xamlServiceProvider62); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object46!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object46!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| appThemeBindingExtension16.Dark = (object)object46; | |
| var xamlServiceProvider63 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget63 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter60, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope84, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider63.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget63); | |
| xamlServiceProvider63.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget63); | |
| xamlServiceProvider63.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(151, 42))); | |
| var bindingBase16 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension16).ProvideValue(xamlServiceProvider63); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase16!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 42); | |
| setter60.Value = (object)bindingBase16; | |
| var setter64 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Entry.TextColorProperty, Value = bindingBase16}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter64!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter64!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 151, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter64); | |
| var setter65 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter65!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter65!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 152, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter65); | |
| var setter66 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Entry.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter66!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter66!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 153, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter66); | |
| var setter67 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Entry.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter67!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter67!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 154, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter67); | |
| setter61.Property = global::Microsoft.Maui.Controls.Entry.PlaceholderColorProperty; | |
| staticResourceExtension47.Key = "Gray200"; | |
| var xamlServiceProvider64 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget64 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension17, setter61, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope88, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider64.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget64); | |
| xamlServiceProvider64.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget64); | |
| xamlServiceProvider64.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(155, 49))); | |
| var object47 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension47).ProvideValue(xamlServiceProvider64); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object47!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| appThemeBindingExtension17.Light = (object)object47; | |
| staticResourceExtension48.Key = "Gray500"; | |
| var xamlServiceProvider65 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget65 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension17, setter61, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope88, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider65.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget65); | |
| xamlServiceProvider65.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget65); | |
| xamlServiceProvider65.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(155, 49))); | |
| var object48 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension48).ProvideValue(xamlServiceProvider65); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object48!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object48!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| appThemeBindingExtension17.Dark = (object)object48; | |
| var xamlServiceProvider66 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget66 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter61, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope88, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider66.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget66); | |
| xamlServiceProvider66.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget66); | |
| xamlServiceProvider66.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(155, 49))); | |
| var bindingBase17 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension17).ProvideValue(xamlServiceProvider66); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase17!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 49); | |
| setter61.Value = (object)bindingBase17; | |
| var setter68 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Entry.PlaceholderColorProperty, Value = bindingBase17}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter68!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter68!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 155, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter68); | |
| var setter69 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter69!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter69!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 156, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter69); | |
| var setter70 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter70!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter70!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 157, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter70); | |
| setter63.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup4.Name = "CommonStates"; | |
| visualState8.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup4.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState8); | |
| visualState9.Name = "Disabled"; | |
| setter62.Property = global::Microsoft.Maui.Controls.Entry.TextColorProperty; | |
| staticResourceExtension49.Key = "Gray300"; | |
| var xamlServiceProvider67 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget67 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension18, setter62, visualState9, visualStateGroup4, visualStateGroupList4, setter63, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope92, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider67.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget67); | |
| xamlServiceProvider67.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget67); | |
| xamlServiceProvider67.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(164, 62))); | |
| var object49 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension49).ProvideValue(xamlServiceProvider67); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object49!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| appThemeBindingExtension18.Light = (object)object49; | |
| staticResourceExtension50.Key = "Gray600"; | |
| var xamlServiceProvider68 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget68 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension18, setter62, visualState9, visualStateGroup4, visualStateGroupList4, setter63, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope92, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider68.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget68); | |
| xamlServiceProvider68.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget68); | |
| xamlServiceProvider68.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(164, 62))); | |
| var object50 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension50).ProvideValue(xamlServiceProvider68); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object50!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object50!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| appThemeBindingExtension18.Dark = (object)object50; | |
| var xamlServiceProvider69 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget69 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter62, visualState9, visualStateGroup4, visualStateGroupList4, setter63, style17, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope92, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider69.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget69); | |
| xamlServiceProvider69.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget69); | |
| xamlServiceProvider69.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(164, 62))); | |
| var bindingBase18 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension18).ProvideValue(xamlServiceProvider69); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase18!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 62); | |
| setter62.Value = (object)bindingBase18; | |
| var setter71 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Entry.TextColorProperty, Value = bindingBase18}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter71!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter71!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 164, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState9.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter71); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup4.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState9); | |
| visualStateGroupList4.Add(visualStateGroup4); | |
| setter63.Value = (object)visualStateGroupList4; | |
| var setter72 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList4}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter72!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter72!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 158, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter72); | |
| return style17; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Frame), () => | |
| { | |
| var staticResourceExtension51 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| var staticResourceExtension52 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension52!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| var appThemeBindingExtension19 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| var setter73 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter73!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 14); | |
| var style19 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Frame)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 172, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope93 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope94 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope95 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope96 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| var setter74 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Frame.HasShadowProperty, Value = false}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter74!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter74!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 173, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style19.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter74); | |
| setter73.Property = global::Microsoft.Maui.Controls.Frame.BorderColorProperty; | |
| staticResourceExtension51.Key = "Gray200"; | |
| var xamlServiceProvider70 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget70 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension19, setter73, style19, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope95, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider70.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget70); | |
| xamlServiceProvider70.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget70); | |
| xamlServiceProvider70.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(174, 44))); | |
| var object51 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension51).ProvideValue(xamlServiceProvider70); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object51!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| appThemeBindingExtension19.Light = (object)object51; | |
| staticResourceExtension52.Key = "Gray950"; | |
| var xamlServiceProvider71 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget71 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension19, setter73, style19, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope95, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider71.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget71); | |
| xamlServiceProvider71.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget71); | |
| xamlServiceProvider71.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(174, 44))); | |
| var object52 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension52).ProvideValue(xamlServiceProvider71); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object52!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object52!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| appThemeBindingExtension19.Dark = (object)object52; | |
| var xamlServiceProvider72 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget72 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter73, style19, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope95, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider72.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget72); | |
| xamlServiceProvider72.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget72); | |
| xamlServiceProvider72.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(174, 44))); | |
| var bindingBase19 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension19).ProvideValue(xamlServiceProvider72); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase19!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 44); | |
| setter73.Value = (object)bindingBase19; | |
| var setter75 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Frame.BorderColorProperty, Value = bindingBase19}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter75!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter75!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 174, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style19.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter75); | |
| var setter76 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Frame.CornerRadiusProperty, Value = 8F}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter76!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter76!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 175, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style19.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter76); | |
| return style19; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.ImageButton), () => | |
| { | |
| var visualState10 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 188, 26); | |
| var visualState11 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 189, 26); | |
| var visualStateGroup5 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 187, 22); | |
| var visualStateGroupList5 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList5!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 186, 18); | |
| var setter77 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter77!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 185, 14); | |
| var style21 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.ImageButton)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 178, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope97 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope98 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope99 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope100 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope101 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope102 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope103 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope104 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope105 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope105.RegisterName("CommonStates", visualStateGroup5); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope105.RegisterName("Normal", visualState10); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope105.RegisterName("Disabled", visualState11); | |
| #endif | |
| var setter78 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.OpacityProperty, Value = 1D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter78!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter78!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 179, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter78); | |
| var setter79 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ImageButton.BorderColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter79!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter79!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 180, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter79); | |
| var setter80 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ImageButton.BorderWidthProperty, Value = 0D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter80!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter80!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 181, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter80); | |
| var setter81 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ImageButton.CornerRadiusProperty, Value = 0}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter81!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter81!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 182, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter81); | |
| var setter82 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter82!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter82!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 183, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter82); | |
| var setter83 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter83!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter83!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 184, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter83); | |
| setter77.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup5.Name = "CommonStates"; | |
| visualState10.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup5.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState10); | |
| visualState11.Name = "Disabled"; | |
| var setter84 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.OpacityProperty, Value = 0.5D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter84!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter84!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 191, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState11.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter84); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup5.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState11); | |
| visualStateGroupList5.Add(visualStateGroup5); | |
| setter77.Value = (object)visualStateGroupList5; | |
| var setter85 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList5}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter85!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter85!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 185, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style21.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter85); | |
| return style21; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Label), () => | |
| { | |
| var staticResourceExtension53 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| var staticResourceExtension54 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension54!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| var appThemeBindingExtension20 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| var setter86 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter86!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 14); | |
| var visualState12 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 207, 26); | |
| var staticResourceExtension55 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| var staticResourceExtension56 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension56!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| var appThemeBindingExtension21 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| var setter87 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter87!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 34); | |
| var visualState13 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 208, 26); | |
| var visualStateGroup6 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 206, 22); | |
| var visualStateGroupList6 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList6!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 205, 18); | |
| var setter88 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter88!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 204, 14); | |
| var style23 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Label)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 199, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope106 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope107 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope108 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope109 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope110 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope111 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope112 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope112.RegisterName("CommonStates", visualStateGroup6); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope112.RegisterName("Normal", visualState12); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope112.RegisterName("Disabled", visualState13); | |
| #endif | |
| setter86.Property = global::Microsoft.Maui.Controls.Label.TextColorProperty; | |
| staticResourceExtension53.Key = "Gray900"; | |
| var xamlServiceProvider73 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget73 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension20, setter86, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope107, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider73.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget73); | |
| xamlServiceProvider73.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget73); | |
| xamlServiceProvider73.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(200, 42))); | |
| var object53 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension53).ProvideValue(xamlServiceProvider73); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object53!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| appThemeBindingExtension20.Light = (object)object53; | |
| staticResourceExtension54.Key = "White"; | |
| var xamlServiceProvider74 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget74 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension20, setter86, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope107, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider74.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget74); | |
| xamlServiceProvider74.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget74); | |
| xamlServiceProvider74.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(200, 42))); | |
| var object54 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension54).ProvideValue(xamlServiceProvider74); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object54!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object54!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| appThemeBindingExtension20.Dark = (object)object54; | |
| var xamlServiceProvider75 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget75 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter86, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope107, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider75.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget75); | |
| xamlServiceProvider75.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget75); | |
| xamlServiceProvider75.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(200, 42))); | |
| var bindingBase20 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension20).ProvideValue(xamlServiceProvider75); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase20!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 42); | |
| setter86.Value = (object)bindingBase20; | |
| var setter89 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Label.TextColorProperty, Value = bindingBase20}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter89!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter89!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 200, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style23.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter89); | |
| var setter90 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter90!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter90!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 201, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style23.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter90); | |
| var setter91 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Label.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter91!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter91!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 202, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style23.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter91); | |
| var setter92 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Label.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter92!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter92!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 203, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style23.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter92); | |
| setter88.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup6.Name = "CommonStates"; | |
| visualState12.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup6.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState12); | |
| visualState13.Name = "Disabled"; | |
| setter87.Property = global::Microsoft.Maui.Controls.Label.TextColorProperty; | |
| staticResourceExtension55.Key = "Gray300"; | |
| var xamlServiceProvider76 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget76 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension21, setter87, visualState13, visualStateGroup6, visualStateGroupList6, setter88, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope112, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider76.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget76); | |
| xamlServiceProvider76.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget76); | |
| xamlServiceProvider76.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(210, 62))); | |
| var object55 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension55).ProvideValue(xamlServiceProvider76); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object55!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| appThemeBindingExtension21.Light = (object)object55; | |
| staticResourceExtension56.Key = "Gray600"; | |
| var xamlServiceProvider77 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget77 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension21, setter87, visualState13, visualStateGroup6, visualStateGroupList6, setter88, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope112, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider77.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget77); | |
| xamlServiceProvider77.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget77); | |
| xamlServiceProvider77.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(210, 62))); | |
| var object56 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension56).ProvideValue(xamlServiceProvider77); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object56!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object56!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| appThemeBindingExtension21.Dark = (object)object56; | |
| var xamlServiceProvider78 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget78 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter87, visualState13, visualStateGroup6, visualStateGroupList6, setter88, style23, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope112, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider78.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget78); | |
| xamlServiceProvider78.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget78); | |
| xamlServiceProvider78.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(210, 62))); | |
| var bindingBase21 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension21).ProvideValue(xamlServiceProvider78); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase21!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 62); | |
| setter87.Value = (object)bindingBase21; | |
| var setter93 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Label.TextColorProperty, Value = bindingBase21}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter93!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter93!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 210, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState13.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter93); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup6.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState13); | |
| visualStateGroupList6.Add(visualStateGroup6); | |
| setter88.Value = (object)visualStateGroupList6; | |
| var setter94 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList6}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter94!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter94!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 204, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style23.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter94); | |
| return style23; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.ListView), () => | |
| { | |
| var staticResourceExtension57 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension57!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| var staticResourceExtension58 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension58!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| var appThemeBindingExtension22 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| var setter95 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter95!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 14); | |
| var staticResourceExtension59 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension59!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| var staticResourceExtension60 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension60!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| var appThemeBindingExtension23 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| var setter96 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter96!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 14); | |
| var style25 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.ListView)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 218, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope113 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope114 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope115 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter95.Property = global::Microsoft.Maui.Controls.ListView.SeparatorColorProperty; | |
| staticResourceExtension57.Key = "Gray200"; | |
| var xamlServiceProvider79 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget79 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension22, setter95, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope114, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider79.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget79); | |
| xamlServiceProvider79.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget79); | |
| xamlServiceProvider79.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(219, 47))); | |
| var object57 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension57).ProvideValue(xamlServiceProvider79); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object57!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object57!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| appThemeBindingExtension22.Light = (object)object57; | |
| staticResourceExtension58.Key = "Gray500"; | |
| var xamlServiceProvider80 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget80 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension22, setter95, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope114, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider80.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget80); | |
| xamlServiceProvider80.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget80); | |
| xamlServiceProvider80.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(219, 47))); | |
| var object58 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension58).ProvideValue(xamlServiceProvider80); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object58!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object58!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| appThemeBindingExtension22.Dark = (object)object58; | |
| var xamlServiceProvider81 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget81 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter95, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope114, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider81.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget81); | |
| xamlServiceProvider81.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget81); | |
| xamlServiceProvider81.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(219, 47))); | |
| var bindingBase22 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension22).ProvideValue(xamlServiceProvider81); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase22!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 47); | |
| setter95.Value = (object)bindingBase22; | |
| var setter97 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ListView.SeparatorColorProperty, Value = bindingBase22}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter97!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter97!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 219, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style25.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter97); | |
| setter96.Property = global::Microsoft.Maui.Controls.ListView.RefreshControlColorProperty; | |
| staticResourceExtension59.Key = "Gray900"; | |
| var xamlServiceProvider82 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget82 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension23, setter96, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope115, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider82.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget82); | |
| xamlServiceProvider82.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget82); | |
| xamlServiceProvider82.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(220, 52))); | |
| var object59 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension59).ProvideValue(xamlServiceProvider82); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object59!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object59!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| appThemeBindingExtension23.Light = (object)object59; | |
| staticResourceExtension60.Key = "Gray200"; | |
| var xamlServiceProvider83 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget83 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension23, setter96, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope115, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider83.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget83); | |
| xamlServiceProvider83.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget83); | |
| xamlServiceProvider83.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(220, 52))); | |
| var object60 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension60).ProvideValue(xamlServiceProvider83); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object60!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object60!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| appThemeBindingExtension23.Dark = (object)object60; | |
| var xamlServiceProvider84 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget84 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter96, style25, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope115, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider84.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget84); | |
| xamlServiceProvider84.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget84); | |
| xamlServiceProvider84.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(220, 52))); | |
| var bindingBase23 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension23).ProvideValue(xamlServiceProvider84); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase23!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 52); | |
| setter96.Value = (object)bindingBase23; | |
| var setter98 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ListView.RefreshControlColorProperty, Value = bindingBase23}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter98!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter98!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 220, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style25.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter98); | |
| return style25; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Picker), () => | |
| { | |
| var staticResourceExtension61 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension61!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| var staticResourceExtension62 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension62!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| var appThemeBindingExtension24 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| var setter99 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter99!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 14); | |
| var staticResourceExtension63 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension63!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| var staticResourceExtension64 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension64!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| var appThemeBindingExtension25 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| var setter100 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter100!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 14); | |
| var visualState14 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 234, 26); | |
| var staticResourceExtension65 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension65!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| var staticResourceExtension66 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension66!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| var appThemeBindingExtension26 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| var setter101 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter101!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 34); | |
| var staticResourceExtension67 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension67!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| var staticResourceExtension68 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension68!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| var appThemeBindingExtension27 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| var setter102 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter102!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 34); | |
| var visualState15 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState15!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 235, 26); | |
| var visualStateGroup7 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 233, 22); | |
| var visualStateGroupList7 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList7!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 232, 18); | |
| var setter103 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter103!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 231, 14); | |
| var style27 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Picker)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 223, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope116 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope117 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope118 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope119 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope120 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope121 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope122 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope123 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope124 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope125 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope125.RegisterName("CommonStates", visualStateGroup7); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope125.RegisterName("Normal", visualState14); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope125.RegisterName("Disabled", visualState15); | |
| #endif | |
| setter99.Property = global::Microsoft.Maui.Controls.Picker.TextColorProperty; | |
| staticResourceExtension61.Key = "Gray900"; | |
| var xamlServiceProvider85 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget85 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension24, setter99, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope117, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider85.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget85); | |
| xamlServiceProvider85.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget85); | |
| xamlServiceProvider85.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(224, 42))); | |
| var object61 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension61).ProvideValue(xamlServiceProvider85); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object61!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object61!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| appThemeBindingExtension24.Light = (object)object61; | |
| staticResourceExtension62.Key = "White"; | |
| var xamlServiceProvider86 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget86 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension24, setter99, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope117, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider86.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget86); | |
| xamlServiceProvider86.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget86); | |
| xamlServiceProvider86.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(224, 42))); | |
| var object62 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension62).ProvideValue(xamlServiceProvider86); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object62!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object62!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| appThemeBindingExtension24.Dark = (object)object62; | |
| var xamlServiceProvider87 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget87 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter99, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope117, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider87.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget87); | |
| xamlServiceProvider87.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget87); | |
| xamlServiceProvider87.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(224, 42))); | |
| var bindingBase24 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension24).ProvideValue(xamlServiceProvider87); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase24!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 42); | |
| setter99.Value = (object)bindingBase24; | |
| var setter104 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.TextColorProperty, Value = bindingBase24}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter104!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter104!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 224, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter104); | |
| setter100.Property = global::Microsoft.Maui.Controls.Picker.TitleColorProperty; | |
| staticResourceExtension63.Key = "Gray900"; | |
| var xamlServiceProvider88 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget88 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension25, setter100, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope118, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider88.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget88); | |
| xamlServiceProvider88.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget88); | |
| xamlServiceProvider88.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(225, 43))); | |
| var object63 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension63).ProvideValue(xamlServiceProvider88); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object63!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object63!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| appThemeBindingExtension25.Light = (object)object63; | |
| staticResourceExtension64.Key = "Gray200"; | |
| var xamlServiceProvider89 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget89 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension25, setter100, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope118, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider89.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget89); | |
| xamlServiceProvider89.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget89); | |
| xamlServiceProvider89.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(225, 43))); | |
| var object64 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension64).ProvideValue(xamlServiceProvider89); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object64!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object64!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| appThemeBindingExtension25.Dark = (object)object64; | |
| var xamlServiceProvider90 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget90 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter100, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope118, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider90.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget90); | |
| xamlServiceProvider90.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget90); | |
| xamlServiceProvider90.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(225, 43))); | |
| var bindingBase25 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension25).ProvideValue(xamlServiceProvider90); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase25!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 43); | |
| setter100.Value = (object)bindingBase25; | |
| var setter105 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.TitleColorProperty, Value = bindingBase25}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter105!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter105!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 225, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter105); | |
| var setter106 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter106!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter106!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 226, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter106); | |
| var setter107 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter107!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter107!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 227, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter107); | |
| var setter108 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter108!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter108!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 228, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter108); | |
| var setter109 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter109!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter109!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 229, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter109); | |
| var setter110 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter110!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter110!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 230, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter110); | |
| setter103.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup7.Name = "CommonStates"; | |
| visualState14.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup7.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState14); | |
| visualState15.Name = "Disabled"; | |
| setter101.Property = global::Microsoft.Maui.Controls.Picker.TextColorProperty; | |
| staticResourceExtension65.Key = "Gray300"; | |
| var xamlServiceProvider91 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget91 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension26, setter101, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider91.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget91); | |
| xamlServiceProvider91.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget91); | |
| xamlServiceProvider91.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(237, 62))); | |
| var object65 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension65).ProvideValue(xamlServiceProvider91); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object65!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object65!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| appThemeBindingExtension26.Light = (object)object65; | |
| staticResourceExtension66.Key = "Gray600"; | |
| var xamlServiceProvider92 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget92 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension26, setter101, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider92.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget92); | |
| xamlServiceProvider92.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget92); | |
| xamlServiceProvider92.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(237, 62))); | |
| var object66 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension66).ProvideValue(xamlServiceProvider92); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object66!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object66!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| appThemeBindingExtension26.Dark = (object)object66; | |
| var xamlServiceProvider93 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget93 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter101, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider93.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget93); | |
| xamlServiceProvider93.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget93); | |
| xamlServiceProvider93.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(237, 62))); | |
| var bindingBase26 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension26).ProvideValue(xamlServiceProvider93); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase26!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 62); | |
| setter101.Value = (object)bindingBase26; | |
| var setter111 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.TextColorProperty, Value = bindingBase26}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter111!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter111!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 237, 34); | |
| var iList1 = visualState15.Setters; | |
| iList1.Add(setter111); | |
| setter102.Property = global::Microsoft.Maui.Controls.Picker.TitleColorProperty; | |
| staticResourceExtension67.Key = "Gray300"; | |
| var xamlServiceProvider94 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget94 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension27, setter102, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider94.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget94); | |
| xamlServiceProvider94.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget94); | |
| xamlServiceProvider94.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(238, 63))); | |
| var object67 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension67).ProvideValue(xamlServiceProvider94); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object67!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object67!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| appThemeBindingExtension27.Light = (object)object67; | |
| staticResourceExtension68.Key = "Gray600"; | |
| var xamlServiceProvider95 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget95 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension27, setter102, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider95.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget95); | |
| xamlServiceProvider95.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget95); | |
| xamlServiceProvider95.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(238, 63))); | |
| var object68 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension68).ProvideValue(xamlServiceProvider95); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object68!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object68!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| appThemeBindingExtension27.Dark = (object)object68; | |
| var xamlServiceProvider96 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget96 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter102, visualState15, visualStateGroup7, visualStateGroupList7, setter103, style27, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope125, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider96.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget96); | |
| xamlServiceProvider96.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget96); | |
| xamlServiceProvider96.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(238, 63))); | |
| var bindingBase27 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension27).ProvideValue(xamlServiceProvider96); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase27!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 63); | |
| setter102.Value = (object)bindingBase27; | |
| var setter112 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Picker.TitleColorProperty, Value = bindingBase27}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter112!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter112!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 238, 34); | |
| iList1.Add(setter112); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup7.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState15); | |
| visualStateGroupList7.Add(visualStateGroup7); | |
| setter103.Value = (object)visualStateGroupList7; | |
| var setter113 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList7}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter113!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter113!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 231, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style27.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter113); | |
| return style27; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.ProgressBar), () => | |
| { | |
| var staticResourceExtension69 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension69!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| var staticResourceExtension70 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension70!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| var appThemeBindingExtension28 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| var setter114 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter114!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 14); | |
| var visualState16 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState16!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 251, 26); | |
| var staticResourceExtension71 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension71!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| var staticResourceExtension72 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension72!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| var appThemeBindingExtension29 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| var setter115 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter115!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 34); | |
| var visualState17 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState17!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 252, 26); | |
| var visualStateGroup8 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 250, 22); | |
| var visualStateGroupList8 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList8!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 249, 18); | |
| var setter116 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter116!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 248, 14); | |
| var style29 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.ProgressBar)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 246, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope126 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope127 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope128 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope129 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope129.RegisterName("CommonStates", visualStateGroup8); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope129.RegisterName("Normal", visualState16); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope129.RegisterName("Disabled", visualState17); | |
| #endif | |
| setter114.Property = global::Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty; | |
| staticResourceExtension69.Key = "Primary"; | |
| var xamlServiceProvider97 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget97 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension28, setter114, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope127, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider97.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget97); | |
| xamlServiceProvider97.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget97); | |
| xamlServiceProvider97.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(247, 46))); | |
| var object69 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension69).ProvideValue(xamlServiceProvider97); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object69!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object69!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| appThemeBindingExtension28.Light = (object)object69; | |
| staticResourceExtension70.Key = "White"; | |
| var xamlServiceProvider98 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget98 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension28, setter114, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope127, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider98.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget98); | |
| xamlServiceProvider98.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget98); | |
| xamlServiceProvider98.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(247, 46))); | |
| var object70 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension70).ProvideValue(xamlServiceProvider98); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object70!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object70!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| appThemeBindingExtension28.Dark = (object)object70; | |
| var xamlServiceProvider99 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget99 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter114, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope127, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider99.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget99); | |
| xamlServiceProvider99.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget99); | |
| xamlServiceProvider99.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(247, 46))); | |
| var bindingBase28 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension28).ProvideValue(xamlServiceProvider99); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase28!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 46); | |
| setter114.Value = (object)bindingBase28; | |
| var setter117 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty, Value = bindingBase28}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter117!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter117!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 247, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style29.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter117); | |
| setter116.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup8.Name = "CommonStates"; | |
| visualState16.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup8.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState16); | |
| visualState17.Name = "Disabled"; | |
| setter115.Property = global::Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty; | |
| staticResourceExtension71.Key = "Gray300"; | |
| var xamlServiceProvider100 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget100 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension29, setter115, visualState17, visualStateGroup8, visualStateGroupList8, setter116, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope129, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider100.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget100); | |
| xamlServiceProvider100.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget100); | |
| xamlServiceProvider100.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(254, 66))); | |
| var object71 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension71).ProvideValue(xamlServiceProvider100); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object71!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object71!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| appThemeBindingExtension29.Light = (object)object71; | |
| staticResourceExtension72.Key = "Gray600"; | |
| var xamlServiceProvider101 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget101 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension29, setter115, visualState17, visualStateGroup8, visualStateGroupList8, setter116, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope129, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider101.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget101); | |
| xamlServiceProvider101.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget101); | |
| xamlServiceProvider101.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(254, 66))); | |
| var object72 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension72).ProvideValue(xamlServiceProvider101); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object72!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object72!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| appThemeBindingExtension29.Dark = (object)object72; | |
| var xamlServiceProvider102 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget102 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter115, visualState17, visualStateGroup8, visualStateGroupList8, setter116, style29, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope129, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider102.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget102); | |
| xamlServiceProvider102.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget102); | |
| xamlServiceProvider102.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(254, 66))); | |
| var bindingBase29 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension29).ProvideValue(xamlServiceProvider102); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase29!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 66); | |
| setter115.Value = (object)bindingBase29; | |
| var setter118 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.ProgressBar.ProgressColorProperty, Value = bindingBase29}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter118!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter118!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 254, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState17.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter118); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup8.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState17); | |
| visualStateGroupList8.Add(visualStateGroup8); | |
| setter116.Value = (object)visualStateGroupList8; | |
| var setter119 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList8}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter119!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter119!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 248, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style29.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter119); | |
| return style29; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.RadioButton), () => | |
| { | |
| var staticResourceExtension73 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension73!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| var staticResourceExtension74 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension74!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| var appThemeBindingExtension30 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| var setter120 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter120!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 14); | |
| var visualState18 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState18!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 272, 26); | |
| var staticResourceExtension75 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension75!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| var staticResourceExtension76 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension76!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| var appThemeBindingExtension31 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| var setter121 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter121!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 34); | |
| var visualState19 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState19!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 273, 26); | |
| var visualStateGroup9 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 271, 22); | |
| var visualStateGroupList9 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList9!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 270, 18); | |
| var setter122 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter122!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 269, 14); | |
| var style31 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.RadioButton)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 262, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope130 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope131 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope132 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope133 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope134 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope135 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope136 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope137 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope138 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope138.RegisterName("CommonStates", visualStateGroup9); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope138.RegisterName("Normal", visualState18); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope138.RegisterName("Disabled", visualState19); | |
| #endif | |
| var setter123 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter123!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter123!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 263, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter123); | |
| setter120.Property = global::Microsoft.Maui.Controls.RadioButton.TextColorProperty; | |
| staticResourceExtension73.Key = "Black"; | |
| var xamlServiceProvider103 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget103 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension30, setter120, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope132, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider103.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget103); | |
| xamlServiceProvider103.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget103); | |
| xamlServiceProvider103.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(264, 42))); | |
| var object73 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension73).ProvideValue(xamlServiceProvider103); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object73!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object73!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| appThemeBindingExtension30.Light = (object)object73; | |
| staticResourceExtension74.Key = "White"; | |
| var xamlServiceProvider104 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget104 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension30, setter120, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope132, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider104.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget104); | |
| xamlServiceProvider104.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget104); | |
| xamlServiceProvider104.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(264, 42))); | |
| var object74 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension74).ProvideValue(xamlServiceProvider104); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object74!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object74!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| appThemeBindingExtension30.Dark = (object)object74; | |
| var xamlServiceProvider105 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget105 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter120, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope132, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider105.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget105); | |
| xamlServiceProvider105.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget105); | |
| xamlServiceProvider105.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(264, 42))); | |
| var bindingBase30 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension30).ProvideValue(xamlServiceProvider105); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase30!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 42); | |
| setter120.Value = (object)bindingBase30; | |
| var setter124 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.RadioButton.TextColorProperty, Value = bindingBase30}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter124!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter124!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 264, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter124); | |
| var setter125 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.RadioButton.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter125!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter125!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 265, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter125); | |
| var setter126 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.RadioButton.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter126!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter126!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 266, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter126); | |
| var setter127 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter127!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter127!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 267, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter127); | |
| var setter128 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter128!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter128!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 268, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter128); | |
| setter122.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup9.Name = "CommonStates"; | |
| visualState18.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup9.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState18); | |
| visualState19.Name = "Disabled"; | |
| setter121.Property = global::Microsoft.Maui.Controls.RadioButton.TextColorProperty; | |
| staticResourceExtension75.Key = "Gray300"; | |
| var xamlServiceProvider106 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget106 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension31, setter121, visualState19, visualStateGroup9, visualStateGroupList9, setter122, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope138, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider106.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget106); | |
| xamlServiceProvider106.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget106); | |
| xamlServiceProvider106.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(275, 62))); | |
| var object75 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension75).ProvideValue(xamlServiceProvider106); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object75!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object75!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| appThemeBindingExtension31.Light = (object)object75; | |
| staticResourceExtension76.Key = "Gray600"; | |
| var xamlServiceProvider107 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget107 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension31, setter121, visualState19, visualStateGroup9, visualStateGroupList9, setter122, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope138, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider107.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget107); | |
| xamlServiceProvider107.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget107); | |
| xamlServiceProvider107.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(275, 62))); | |
| var object76 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension76).ProvideValue(xamlServiceProvider107); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object76!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object76!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| appThemeBindingExtension31.Dark = (object)object76; | |
| var xamlServiceProvider108 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget108 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter121, visualState19, visualStateGroup9, visualStateGroupList9, setter122, style31, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope138, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider108.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget108); | |
| xamlServiceProvider108.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget108); | |
| xamlServiceProvider108.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(275, 62))); | |
| var bindingBase31 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension31).ProvideValue(xamlServiceProvider108); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase31!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 62); | |
| setter121.Value = (object)bindingBase31; | |
| var setter129 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.RadioButton.TextColorProperty, Value = bindingBase31}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter129!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter129!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 275, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState19.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter129); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup9.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState19); | |
| visualStateGroupList9.Add(visualStateGroup9); | |
| setter122.Value = (object)visualStateGroupList9; | |
| var setter130 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList9}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter130!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter130!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 269, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter130); | |
| return style31; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.RefreshView), () => | |
| { | |
| var staticResourceExtension77 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension77!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| var staticResourceExtension78 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension78!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| var appThemeBindingExtension32 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension32!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| var setter131 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter131!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 14); | |
| var style33 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.RefreshView)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 283, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope139 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope140 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter131.Property = global::Microsoft.Maui.Controls.RefreshView.RefreshColorProperty; | |
| staticResourceExtension77.Key = "Gray900"; | |
| var xamlServiceProvider109 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget109 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension32, setter131, style33, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope140, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider109.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget109); | |
| xamlServiceProvider109.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget109); | |
| xamlServiceProvider109.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(284, 45))); | |
| var object77 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension77).ProvideValue(xamlServiceProvider109); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object77!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object77!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| appThemeBindingExtension32.Light = (object)object77; | |
| staticResourceExtension78.Key = "Gray200"; | |
| var xamlServiceProvider110 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget110 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension32, setter131, style33, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope140, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider110.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget110); | |
| xamlServiceProvider110.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget110); | |
| xamlServiceProvider110.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(284, 45))); | |
| var object78 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension78).ProvideValue(xamlServiceProvider110); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object78!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object78!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| appThemeBindingExtension32.Dark = (object)object78; | |
| var xamlServiceProvider111 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget111 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter131, style33, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope140, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider111.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget111); | |
| xamlServiceProvider111.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget111); | |
| xamlServiceProvider111.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(284, 45))); | |
| var bindingBase32 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension32).ProvideValue(xamlServiceProvider111); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase32!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase32!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 45); | |
| setter131.Value = (object)bindingBase32; | |
| var setter132 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.RefreshView.RefreshColorProperty, Value = bindingBase32}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter132!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter132!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 284, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style33.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter132); | |
| return style33; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.SearchBar), () => | |
| { | |
| var staticResourceExtension79 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension79!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| var staticResourceExtension80 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension80!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| var appThemeBindingExtension33 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| var setter133 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter133!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 14); | |
| var staticResourceExtension81 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension81!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 289, 49); | |
| var setter134 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter134!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 289, 14); | |
| var staticResourceExtension82 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension82!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 290, 50); | |
| var setter135 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter135!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 290, 14); | |
| var visualState20 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState20!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 299, 26); | |
| var staticResourceExtension83 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension83!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| var staticResourceExtension84 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension84!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| var appThemeBindingExtension34 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension34!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| var setter136 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter136!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 34); | |
| var staticResourceExtension85 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension85!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| var staticResourceExtension86 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension86!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| var appThemeBindingExtension35 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| var setter137 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter137!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 34); | |
| var visualState21 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState21!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 300, 26); | |
| var visualStateGroup10 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 298, 22); | |
| var visualStateGroupList10 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList10!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 297, 18); | |
| var setter138 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter138!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 296, 14); | |
| var style35 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.SearchBar)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 287, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope141 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope142 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope143 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope144 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope145 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope146 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope147 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope148 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope149 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope150 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope151 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope151.RegisterName("CommonStates", visualStateGroup10); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope151.RegisterName("Normal", visualState20); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope151.RegisterName("Disabled", visualState21); | |
| #endif | |
| setter133.Property = global::Microsoft.Maui.Controls.SearchBar.TextColorProperty; | |
| staticResourceExtension79.Key = "Gray900"; | |
| var xamlServiceProvider112 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget112 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension33, setter133, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope142, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider112.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget112); | |
| xamlServiceProvider112.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget112); | |
| xamlServiceProvider112.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(288, 42))); | |
| var object79 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension79).ProvideValue(xamlServiceProvider112); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object79!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object79!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| appThemeBindingExtension33.Light = (object)object79; | |
| staticResourceExtension80.Key = "White"; | |
| var xamlServiceProvider113 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget113 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension33, setter133, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope142, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider113.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget113); | |
| xamlServiceProvider113.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget113); | |
| xamlServiceProvider113.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(288, 42))); | |
| var object80 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension80).ProvideValue(xamlServiceProvider113); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object80!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object80!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| appThemeBindingExtension33.Dark = (object)object80; | |
| var xamlServiceProvider114 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget114 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter133, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope142, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider114.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget114); | |
| xamlServiceProvider114.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget114); | |
| xamlServiceProvider114.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(288, 42))); | |
| var bindingBase33 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension33).ProvideValue(xamlServiceProvider114); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase33!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase33!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 42); | |
| setter133.Value = (object)bindingBase33; | |
| var setter139 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.TextColorProperty, Value = bindingBase33}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter139!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter139!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 288, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter139); | |
| setter134.Property = global::Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty; | |
| staticResourceExtension81.Key = "Gray500"; | |
| var xamlServiceProvider115 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget115 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter134, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope143, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider115.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget115); | |
| xamlServiceProvider115.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget115); | |
| xamlServiceProvider115.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(289, 49))); | |
| var object81 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension81).ProvideValue(xamlServiceProvider115); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object81!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object81!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 289, 49); | |
| setter134.Value = (object)object81; | |
| var setter140 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty, Value = object81}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter140!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter140!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 289, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter140); | |
| setter135.Property = global::Microsoft.Maui.Controls.SearchBar.CancelButtonColorProperty; | |
| staticResourceExtension82.Key = "Gray500"; | |
| var xamlServiceProvider116 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget116 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter135, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope144, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider116.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget116); | |
| xamlServiceProvider116.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget116); | |
| xamlServiceProvider116.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(290, 50))); | |
| var object82 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension82).ProvideValue(xamlServiceProvider116); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object82!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object82!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 290, 50); | |
| setter135.Value = (object)object82; | |
| var setter141 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.CancelButtonColorProperty, Value = object82}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter141!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter141!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 290, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter141); | |
| var setter142 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter142!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter142!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 291, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter142); | |
| var setter143 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter143!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter143!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 292, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter143); | |
| var setter144 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter144!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter144!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 293, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter144); | |
| var setter145 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter145!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter145!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 294, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter145); | |
| var setter146 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter146!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter146!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 295, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter146); | |
| setter138.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup10.Name = "CommonStates"; | |
| visualState20.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup10.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState20); | |
| visualState21.Name = "Disabled"; | |
| setter136.Property = global::Microsoft.Maui.Controls.SearchBar.TextColorProperty; | |
| staticResourceExtension83.Key = "Gray300"; | |
| var xamlServiceProvider117 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget117 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension34, setter136, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider117.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget117); | |
| xamlServiceProvider117.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget117); | |
| xamlServiceProvider117.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(302, 62))); | |
| var object83 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension83).ProvideValue(xamlServiceProvider117); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object83!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object83!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| appThemeBindingExtension34.Light = (object)object83; | |
| staticResourceExtension84.Key = "Gray600"; | |
| var xamlServiceProvider118 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget118 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension34, setter136, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider118.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget118); | |
| xamlServiceProvider118.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget118); | |
| xamlServiceProvider118.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(302, 62))); | |
| var object84 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension84).ProvideValue(xamlServiceProvider118); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object84!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object84!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| appThemeBindingExtension34.Dark = (object)object84; | |
| var xamlServiceProvider119 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget119 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter136, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider119.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget119); | |
| xamlServiceProvider119.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget119); | |
| xamlServiceProvider119.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(302, 62))); | |
| var bindingBase34 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension34).ProvideValue(xamlServiceProvider119); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase34!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase34!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 62); | |
| setter136.Value = (object)bindingBase34; | |
| var setter147 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.TextColorProperty, Value = bindingBase34}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter147!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter147!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 302, 34); | |
| var iList2 = visualState21.Setters; | |
| iList2.Add(setter147); | |
| setter137.Property = global::Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty; | |
| staticResourceExtension85.Key = "Gray300"; | |
| var xamlServiceProvider120 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget120 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension35, setter137, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider120.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget120); | |
| xamlServiceProvider120.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget120); | |
| xamlServiceProvider120.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(303, 69))); | |
| var object85 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension85).ProvideValue(xamlServiceProvider120); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object85!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object85!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| appThemeBindingExtension35.Light = (object)object85; | |
| staticResourceExtension86.Key = "Gray600"; | |
| var xamlServiceProvider121 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget121 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension35, setter137, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider121.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget121); | |
| xamlServiceProvider121.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget121); | |
| xamlServiceProvider121.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(303, 69))); | |
| var object86 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension86).ProvideValue(xamlServiceProvider121); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object86!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object86!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| appThemeBindingExtension35.Dark = (object)object86; | |
| var xamlServiceProvider122 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget122 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter137, visualState21, visualStateGroup10, visualStateGroupList10, setter138, style35, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope151, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider122.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget122); | |
| xamlServiceProvider122.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget122); | |
| xamlServiceProvider122.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(303, 69))); | |
| var bindingBase35 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension35).ProvideValue(xamlServiceProvider122); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase35!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase35!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 69); | |
| setter137.Value = (object)bindingBase35; | |
| var setter148 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchBar.PlaceholderColorProperty, Value = bindingBase35}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter148!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter148!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 303, 34); | |
| iList2.Add(setter148); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup10.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState21); | |
| visualStateGroupList10.Add(visualStateGroup10); | |
| setter138.Value = (object)visualStateGroupList10; | |
| var setter149 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList10}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter149!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter149!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 296, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style35.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter149); | |
| return style35; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.SearchHandler), () => | |
| { | |
| var staticResourceExtension87 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension87!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| var staticResourceExtension88 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension88!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| var appThemeBindingExtension36 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension36!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| var setter150 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter150!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 14); | |
| var staticResourceExtension89 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension89!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 313, 49); | |
| var setter151 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter151!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 313, 14); | |
| var visualState22 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState22!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 320, 26); | |
| var staticResourceExtension90 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension90!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| var staticResourceExtension91 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension91!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| var appThemeBindingExtension37 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| var setter152 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter152!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 34); | |
| var staticResourceExtension92 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension92!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| var staticResourceExtension93 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension93!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| var appThemeBindingExtension38 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension38!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| var setter153 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter153!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 34); | |
| var visualState23 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState23!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 321, 26); | |
| var visualStateGroup11 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 319, 22); | |
| var visualStateGroupList11 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList11!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 318, 18); | |
| var setter154 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter154!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 317, 14); | |
| var style37 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.SearchHandler)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 311, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope152 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope153 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope154 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope155 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope156 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope157 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope158 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope159 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope159.RegisterName("CommonStates", visualStateGroup11); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope159.RegisterName("Normal", visualState22); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope159.RegisterName("Disabled", visualState23); | |
| #endif | |
| setter150.Property = global::Microsoft.Maui.Controls.SearchHandler.TextColorProperty; | |
| staticResourceExtension87.Key = "Gray900"; | |
| var xamlServiceProvider123 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget123 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension36, setter150, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope153, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider123.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget123); | |
| xamlServiceProvider123.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget123); | |
| xamlServiceProvider123.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(312, 42))); | |
| var object87 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension87).ProvideValue(xamlServiceProvider123); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object87!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object87!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| appThemeBindingExtension36.Light = (object)object87; | |
| staticResourceExtension88.Key = "White"; | |
| var xamlServiceProvider124 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget124 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension36, setter150, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope153, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider124.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget124); | |
| xamlServiceProvider124.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget124); | |
| xamlServiceProvider124.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(312, 42))); | |
| var object88 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension88).ProvideValue(xamlServiceProvider124); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object88!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object88!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| appThemeBindingExtension36.Dark = (object)object88; | |
| var xamlServiceProvider125 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget125 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter150, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope153, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider125.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget125); | |
| xamlServiceProvider125.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget125); | |
| xamlServiceProvider125.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(312, 42))); | |
| var bindingBase36 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension36).ProvideValue(xamlServiceProvider125); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase36!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase36!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 42); | |
| setter150.Value = (object)bindingBase36; | |
| var setter155 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.TextColorProperty, Value = bindingBase36}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter155!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter155!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 312, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter155); | |
| setter151.Property = global::Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty; | |
| staticResourceExtension89.Key = "Gray500"; | |
| var xamlServiceProvider126 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget126 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter151, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope154, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider126.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget126); | |
| xamlServiceProvider126.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget126); | |
| xamlServiceProvider126.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(313, 49))); | |
| var object89 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension89).ProvideValue(xamlServiceProvider126); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object89!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object89!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 313, 49); | |
| setter151.Value = (object)object89; | |
| var setter156 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty, Value = object89}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter156!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter156!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 313, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter156); | |
| var setter157 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter157!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter157!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 314, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter157); | |
| var setter158 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter158!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter158!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 315, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter158); | |
| var setter159 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter159!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter159!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 316, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter159); | |
| setter154.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup11.Name = "CommonStates"; | |
| visualState22.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup11.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState22); | |
| visualState23.Name = "Disabled"; | |
| setter152.Property = global::Microsoft.Maui.Controls.SearchHandler.TextColorProperty; | |
| staticResourceExtension90.Key = "Gray300"; | |
| var xamlServiceProvider127 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget127 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension37, setter152, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider127.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget127); | |
| xamlServiceProvider127.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget127); | |
| xamlServiceProvider127.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(323, 62))); | |
| var object90 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension90).ProvideValue(xamlServiceProvider127); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object90!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object90!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| appThemeBindingExtension37.Light = (object)object90; | |
| staticResourceExtension91.Key = "Gray600"; | |
| var xamlServiceProvider128 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget128 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension37, setter152, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider128.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget128); | |
| xamlServiceProvider128.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget128); | |
| xamlServiceProvider128.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(323, 62))); | |
| var object91 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension91).ProvideValue(xamlServiceProvider128); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object91!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object91!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| appThemeBindingExtension37.Dark = (object)object91; | |
| var xamlServiceProvider129 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget129 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter152, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider129.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget129); | |
| xamlServiceProvider129.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget129); | |
| xamlServiceProvider129.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(323, 62))); | |
| var bindingBase37 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension37).ProvideValue(xamlServiceProvider129); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase37!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase37!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 62); | |
| setter152.Value = (object)bindingBase37; | |
| var setter160 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.TextColorProperty, Value = bindingBase37}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter160!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter160!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 323, 34); | |
| var iList3 = visualState23.Setters; | |
| iList3.Add(setter160); | |
| setter153.Property = global::Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty; | |
| staticResourceExtension92.Key = "Gray300"; | |
| var xamlServiceProvider130 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget130 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension38, setter153, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider130.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget130); | |
| xamlServiceProvider130.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget130); | |
| xamlServiceProvider130.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(324, 69))); | |
| var object92 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension92).ProvideValue(xamlServiceProvider130); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object92!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object92!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| appThemeBindingExtension38.Light = (object)object92; | |
| staticResourceExtension93.Key = "Gray600"; | |
| var xamlServiceProvider131 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget131 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension38, setter153, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider131.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget131); | |
| xamlServiceProvider131.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget131); | |
| xamlServiceProvider131.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(324, 69))); | |
| var object93 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension93).ProvideValue(xamlServiceProvider131); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object93!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object93!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| appThemeBindingExtension38.Dark = (object)object93; | |
| var xamlServiceProvider132 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget132 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter153, visualState23, visualStateGroup11, visualStateGroupList11, setter154, style37, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope159, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider132.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget132); | |
| xamlServiceProvider132.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget132); | |
| xamlServiceProvider132.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(324, 69))); | |
| var bindingBase38 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension38).ProvideValue(xamlServiceProvider132); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase38!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase38!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 69); | |
| setter153.Value = (object)bindingBase38; | |
| var setter161 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SearchHandler.PlaceholderColorProperty, Value = bindingBase38}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter161!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter161!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 324, 34); | |
| iList3.Add(setter161); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup11.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState23); | |
| visualStateGroupList11.Add(visualStateGroup11); | |
| setter154.Value = (object)visualStateGroupList11; | |
| var setter162 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList11}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter162!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter162!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 317, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style37.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter162); | |
| return style37; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Shadow), () => | |
| { | |
| var staticResourceExtension94 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension94!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| var staticResourceExtension95 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension95!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| var appThemeBindingExtension39 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| var setter163 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter163!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 14); | |
| var style39 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Shadow)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 332, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope160 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope161 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope162 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope163 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope164 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| var setter164 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shadow.RadiusProperty, Value = 15F}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter164!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter164!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 333, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style39.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter164); | |
| var setter165 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shadow.OpacityProperty, Value = 0.5F}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter165!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter165!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 334, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style39.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter165); | |
| setter163.Property = global::Microsoft.Maui.Controls.Shadow.BrushProperty; | |
| staticResourceExtension94.Key = "White"; | |
| var xamlServiceProvider133 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget133 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension39, setter163, style39, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope163, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider133.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget133); | |
| xamlServiceProvider133.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget133); | |
| xamlServiceProvider133.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(335, 38))); | |
| var object94 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension94).ProvideValue(xamlServiceProvider133); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object94!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object94!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| appThemeBindingExtension39.Light = (object)object94; | |
| staticResourceExtension95.Key = "White"; | |
| var xamlServiceProvider134 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget134 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension39, setter163, style39, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope163, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider134.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget134); | |
| xamlServiceProvider134.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget134); | |
| xamlServiceProvider134.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(335, 38))); | |
| var object95 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension95).ProvideValue(xamlServiceProvider134); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object95!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object95!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| appThemeBindingExtension39.Dark = (object)object95; | |
| var xamlServiceProvider135 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget135 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter163, style39, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope163, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider135.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget135); | |
| xamlServiceProvider135.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget135); | |
| xamlServiceProvider135.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(335, 38))); | |
| var bindingBase39 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension39).ProvideValue(xamlServiceProvider135); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase39!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase39!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 38); | |
| setter163.Value = (object)bindingBase39; | |
| var setter166 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shadow.BrushProperty, Value = bindingBase39}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter166!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter166!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 335, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style39.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter166); | |
| var setter167 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shadow.OffsetProperty, Value = new global::Microsoft.Maui.Graphics.Point(10, 10)}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter167!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter167!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 336, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style39.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter167); | |
| return style39; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Slider), () => | |
| { | |
| var staticResourceExtension96 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension96!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| var staticResourceExtension97 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension97!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| var appThemeBindingExtension40 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension40!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| var setter168 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter168!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 14); | |
| var staticResourceExtension98 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension98!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| var staticResourceExtension99 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension99!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| var appThemeBindingExtension41 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| var setter169 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter169!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 14); | |
| var staticResourceExtension100 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension100!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| var staticResourceExtension101 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension101!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| var appThemeBindingExtension42 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension42!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| var setter170 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter170!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 14); | |
| var visualState24 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState24!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 346, 26); | |
| var staticResourceExtension102 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension102!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| var staticResourceExtension103 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension103!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| var appThemeBindingExtension43 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| var setter171 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter171!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 34); | |
| var staticResourceExtension104 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension104!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| var staticResourceExtension105 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension105!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| var appThemeBindingExtension44 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension44!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| var setter172 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter172!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 34); | |
| var staticResourceExtension106 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension106!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| var staticResourceExtension107 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension107!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| var appThemeBindingExtension45 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| var setter173 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter173!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 34); | |
| var visualState25 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState25!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 347, 26); | |
| var visualStateGroup12 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 345, 22); | |
| var visualStateGroupList12 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList12!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 344, 18); | |
| var setter174 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter174!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 343, 14); | |
| var style41 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Slider)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 339, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope165 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope166 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope167 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope168 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope169 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope170 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope170.RegisterName("CommonStates", visualStateGroup12); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope170.RegisterName("Normal", visualState24); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope170.RegisterName("Disabled", visualState25); | |
| #endif | |
| setter168.Property = global::Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty; | |
| staticResourceExtension96.Key = "Primary"; | |
| var xamlServiceProvider136 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget136 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension40, setter168, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope166, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider136.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget136); | |
| xamlServiceProvider136.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget136); | |
| xamlServiceProvider136.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(340, 50))); | |
| var object96 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension96).ProvideValue(xamlServiceProvider136); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object96!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object96!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| appThemeBindingExtension40.Light = (object)object96; | |
| staticResourceExtension97.Key = "White"; | |
| var xamlServiceProvider137 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget137 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension40, setter168, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope166, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider137.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget137); | |
| xamlServiceProvider137.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget137); | |
| xamlServiceProvider137.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(340, 50))); | |
| var object97 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension97).ProvideValue(xamlServiceProvider137); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object97!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object97!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| appThemeBindingExtension40.Dark = (object)object97; | |
| var xamlServiceProvider138 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget138 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter168, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope166, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider138.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget138); | |
| xamlServiceProvider138.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget138); | |
| xamlServiceProvider138.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(340, 50))); | |
| var bindingBase40 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension40).ProvideValue(xamlServiceProvider138); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase40!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase40!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 50); | |
| setter168.Value = (object)bindingBase40; | |
| var setter175 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty, Value = bindingBase40}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter175!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter175!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 340, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style41.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter175); | |
| setter169.Property = global::Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty; | |
| staticResourceExtension98.Key = "Gray200"; | |
| var xamlServiceProvider139 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget139 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension41, setter169, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope167, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider139.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget139); | |
| xamlServiceProvider139.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget139); | |
| xamlServiceProvider139.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(341, 50))); | |
| var object98 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension98).ProvideValue(xamlServiceProvider139); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object98!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object98!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| appThemeBindingExtension41.Light = (object)object98; | |
| staticResourceExtension99.Key = "Gray600"; | |
| var xamlServiceProvider140 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget140 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension41, setter169, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope167, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider140.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget140); | |
| xamlServiceProvider140.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget140); | |
| xamlServiceProvider140.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(341, 50))); | |
| var object99 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension99).ProvideValue(xamlServiceProvider140); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object99!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object99!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| appThemeBindingExtension41.Dark = (object)object99; | |
| var xamlServiceProvider141 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget141 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter169, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope167, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider141.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget141); | |
| xamlServiceProvider141.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget141); | |
| xamlServiceProvider141.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(341, 50))); | |
| var bindingBase41 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension41).ProvideValue(xamlServiceProvider141); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase41!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase41!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 50); | |
| setter169.Value = (object)bindingBase41; | |
| var setter176 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty, Value = bindingBase41}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter176!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter176!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 341, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style41.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter176); | |
| setter170.Property = global::Microsoft.Maui.Controls.Slider.ThumbColorProperty; | |
| staticResourceExtension100.Key = "Primary"; | |
| var xamlServiceProvider142 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget142 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension42, setter170, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope168, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider142.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget142); | |
| xamlServiceProvider142.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget142); | |
| xamlServiceProvider142.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(342, 43))); | |
| var object100 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension100).ProvideValue(xamlServiceProvider142); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object100!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object100!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| appThemeBindingExtension42.Light = (object)object100; | |
| staticResourceExtension101.Key = "White"; | |
| var xamlServiceProvider143 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget143 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension42, setter170, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope168, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider143.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget143); | |
| xamlServiceProvider143.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget143); | |
| xamlServiceProvider143.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(342, 43))); | |
| var object101 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension101).ProvideValue(xamlServiceProvider143); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object101!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object101!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| appThemeBindingExtension42.Dark = (object)object101; | |
| var xamlServiceProvider144 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget144 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter170, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope168, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider144.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget144); | |
| xamlServiceProvider144.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget144); | |
| xamlServiceProvider144.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(342, 43))); | |
| var bindingBase42 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension42).ProvideValue(xamlServiceProvider144); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase42!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase42!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 43); | |
| setter170.Value = (object)bindingBase42; | |
| var setter177 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.ThumbColorProperty, Value = bindingBase42}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter177!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter177!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 342, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style41.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter177); | |
| setter174.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup12.Name = "CommonStates"; | |
| visualState24.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup12.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState24); | |
| visualState25.Name = "Disabled"; | |
| setter171.Property = global::Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty; | |
| staticResourceExtension102.Key = "Gray300"; | |
| var xamlServiceProvider145 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget145 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension43, setter171, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider145.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget145); | |
| xamlServiceProvider145.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget145); | |
| xamlServiceProvider145.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(349, 70))); | |
| var object102 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension102).ProvideValue(xamlServiceProvider145); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object102!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object102!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| appThemeBindingExtension43.Light = (object)object102; | |
| staticResourceExtension103.Key = "Gray600"; | |
| var xamlServiceProvider146 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget146 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension43, setter171, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider146.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget146); | |
| xamlServiceProvider146.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget146); | |
| xamlServiceProvider146.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(349, 70))); | |
| var object103 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension103).ProvideValue(xamlServiceProvider146); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object103!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object103!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| appThemeBindingExtension43.Dark = (object)object103; | |
| var xamlServiceProvider147 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget147 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter171, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider147.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget147); | |
| xamlServiceProvider147.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget147); | |
| xamlServiceProvider147.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(349, 70))); | |
| var bindingBase43 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension43).ProvideValue(xamlServiceProvider147); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase43!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 70); | |
| setter171.Value = (object)bindingBase43; | |
| var setter178 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.MinimumTrackColorProperty, Value = bindingBase43}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter178!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter178!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 349, 34); | |
| var iList4 = visualState25.Setters; | |
| iList4.Add(setter178); | |
| setter172.Property = global::Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty; | |
| staticResourceExtension104.Key = "Gray300"; | |
| var xamlServiceProvider148 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget148 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension44, setter172, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider148.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget148); | |
| xamlServiceProvider148.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget148); | |
| xamlServiceProvider148.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(350, 70))); | |
| var object104 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension104).ProvideValue(xamlServiceProvider148); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object104!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object104!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| appThemeBindingExtension44.Light = (object)object104; | |
| staticResourceExtension105.Key = "Gray600"; | |
| var xamlServiceProvider149 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget149 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension44, setter172, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider149.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget149); | |
| xamlServiceProvider149.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget149); | |
| xamlServiceProvider149.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(350, 70))); | |
| var object105 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension105).ProvideValue(xamlServiceProvider149); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object105!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object105!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| appThemeBindingExtension44.Dark = (object)object105; | |
| var xamlServiceProvider150 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget150 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter172, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider150.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget150); | |
| xamlServiceProvider150.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget150); | |
| xamlServiceProvider150.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(350, 70))); | |
| var bindingBase44 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension44).ProvideValue(xamlServiceProvider150); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase44!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase44!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 70); | |
| setter172.Value = (object)bindingBase44; | |
| var setter179 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.MaximumTrackColorProperty, Value = bindingBase44}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter179!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter179!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 350, 34); | |
| iList4.Add(setter179); | |
| setter173.Property = global::Microsoft.Maui.Controls.Slider.ThumbColorProperty; | |
| staticResourceExtension106.Key = "Gray300"; | |
| var xamlServiceProvider151 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget151 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension45, setter173, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider151.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget151); | |
| xamlServiceProvider151.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget151); | |
| xamlServiceProvider151.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(351, 63))); | |
| var object106 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension106).ProvideValue(xamlServiceProvider151); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object106!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object106!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| appThemeBindingExtension45.Light = (object)object106; | |
| staticResourceExtension107.Key = "Gray600"; | |
| var xamlServiceProvider152 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget152 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension45, setter173, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider152.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget152); | |
| xamlServiceProvider152.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget152); | |
| xamlServiceProvider152.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(351, 63))); | |
| var object107 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension107).ProvideValue(xamlServiceProvider152); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object107!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object107!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| appThemeBindingExtension45.Dark = (object)object107; | |
| var xamlServiceProvider153 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget153 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter173, visualState25, visualStateGroup12, visualStateGroupList12, setter174, style41, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope170, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider153.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget153); | |
| xamlServiceProvider153.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget153); | |
| xamlServiceProvider153.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(351, 63))); | |
| var bindingBase45 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension45).ProvideValue(xamlServiceProvider153); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase45!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 63); | |
| setter173.Value = (object)bindingBase45; | |
| var setter180 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Slider.ThumbColorProperty, Value = bindingBase45}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter180!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter180!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 351, 34); | |
| iList4.Add(setter180); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup12.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState25); | |
| visualStateGroupList12.Add(visualStateGroup12); | |
| setter174.Value = (object)visualStateGroupList12; | |
| var setter181 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList12}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter181!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter181!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 343, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style41.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter181); | |
| return style41; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.SwipeItem), () => | |
| { | |
| var staticResourceExtension108 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension108!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| var staticResourceExtension109 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension109!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| var appThemeBindingExtension46 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension46!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| var setter182 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter182!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 14); | |
| var style43 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.SwipeItem)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style43!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 359, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope171 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope172 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter182.Property = global::Microsoft.Maui.Controls.SwipeItem.BackgroundColorProperty; | |
| staticResourceExtension108.Key = "White"; | |
| var xamlServiceProvider154 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget154 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension46, setter182, style43, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope172, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider154.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget154); | |
| xamlServiceProvider154.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget154); | |
| xamlServiceProvider154.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(360, 48))); | |
| var object108 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension108).ProvideValue(xamlServiceProvider154); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object108!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object108!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| appThemeBindingExtension46.Light = (object)object108; | |
| staticResourceExtension109.Key = "Black"; | |
| var xamlServiceProvider155 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget155 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension46, setter182, style43, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope172, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider155.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget155); | |
| xamlServiceProvider155.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget155); | |
| xamlServiceProvider155.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(360, 48))); | |
| var object109 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension109).ProvideValue(xamlServiceProvider155); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object109!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object109!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| appThemeBindingExtension46.Dark = (object)object109; | |
| var xamlServiceProvider156 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget156 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter182, style43, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope172, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider156.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget156); | |
| xamlServiceProvider156.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget156); | |
| xamlServiceProvider156.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(360, 48))); | |
| var bindingBase46 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension46).ProvideValue(xamlServiceProvider156); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase46!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase46!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 48); | |
| setter182.Value = (object)bindingBase46; | |
| var setter183 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.SwipeItem.BackgroundColorProperty, Value = bindingBase46}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter183!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter183!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 360, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style43.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter183); | |
| return style43; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Switch), () => | |
| { | |
| var staticResourceExtension110 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension110!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| var staticResourceExtension111 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension111!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| var appThemeBindingExtension47 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| var setter184 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter184!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 14); | |
| var staticResourceExtension112 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension112!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 365, 43); | |
| var setter185 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter185!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 365, 14); | |
| var visualState26 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState26!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 369, 26); | |
| var staticResourceExtension113 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension113!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| var staticResourceExtension114 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension114!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| var appThemeBindingExtension48 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension48!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| var setter186 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter186!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 34); | |
| var staticResourceExtension115 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension115!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| var staticResourceExtension116 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension116!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| var appThemeBindingExtension49 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| var setter187 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter187!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 34); | |
| var visualState27 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState27!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 370, 26); | |
| var staticResourceExtension117 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension117!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| var staticResourceExtension118 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension118!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| var appThemeBindingExtension50 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension50!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| var setter188 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter188!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 34); | |
| var staticResourceExtension119 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension119!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| var staticResourceExtension120 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension120!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| var appThemeBindingExtension51 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| var setter189 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter189!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 34); | |
| var visualState28 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState28!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 376, 26); | |
| var staticResourceExtension121 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension121!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| var staticResourceExtension122 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension122!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| var appThemeBindingExtension52 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension52!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| var setter190 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter190!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 34); | |
| var visualState29 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState29!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 382, 26); | |
| var visualStateGroup13 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 368, 22); | |
| var visualStateGroupList13 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList13!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 367, 18); | |
| var setter191 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter191!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 366, 14); | |
| var style45 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Switch)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style45!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 363, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope173 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope174 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope175 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope176 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope177 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope177.RegisterName("CommonStates", visualStateGroup13); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope177.RegisterName("Normal", visualState26); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope177.RegisterName("Disabled", visualState27); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope177.RegisterName("On", visualState28); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope177.RegisterName("Off", visualState29); | |
| #endif | |
| setter184.Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty; | |
| staticResourceExtension110.Key = "Primary"; | |
| var xamlServiceProvider157 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget157 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension47, setter184, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope174, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider157.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget157); | |
| xamlServiceProvider157.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget157); | |
| xamlServiceProvider157.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(364, 40))); | |
| var object110 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension110).ProvideValue(xamlServiceProvider157); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object110!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object110!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| appThemeBindingExtension47.Light = (object)object110; | |
| staticResourceExtension111.Key = "White"; | |
| var xamlServiceProvider158 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget158 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension47, setter184, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope174, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider158.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget158); | |
| xamlServiceProvider158.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget158); | |
| xamlServiceProvider158.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(364, 40))); | |
| var object111 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension111).ProvideValue(xamlServiceProvider158); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object111!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object111!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| appThemeBindingExtension47.Dark = (object)object111; | |
| var xamlServiceProvider159 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget159 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter184, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope174, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider159.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget159); | |
| xamlServiceProvider159.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget159); | |
| xamlServiceProvider159.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(364, 40))); | |
| var bindingBase47 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension47).ProvideValue(xamlServiceProvider159); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase47!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 40); | |
| setter184.Value = (object)bindingBase47; | |
| var setter192 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty, Value = bindingBase47}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter192!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter192!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 364, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style45.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter192); | |
| setter185.Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty; | |
| staticResourceExtension112.Key = "White"; | |
| var xamlServiceProvider160 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget160 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter185, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope175, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider160.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget160); | |
| xamlServiceProvider160.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget160); | |
| xamlServiceProvider160.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(365, 43))); | |
| var object112 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension112).ProvideValue(xamlServiceProvider160); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object112!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object112!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 365, 43); | |
| setter185.Value = (object)object112; | |
| var setter193 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty, Value = object112}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter193!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter193!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 365, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style45.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter193); | |
| setter191.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup13.Name = "CommonStates"; | |
| visualState26.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup13.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState26); | |
| visualState27.Name = "Disabled"; | |
| setter186.Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty; | |
| staticResourceExtension113.Key = "Gray300"; | |
| var xamlServiceProvider161 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget161 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension48, setter186, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider161.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget161); | |
| xamlServiceProvider161.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget161); | |
| xamlServiceProvider161.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(372, 60))); | |
| var object113 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension113).ProvideValue(xamlServiceProvider161); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object113!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object113!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| appThemeBindingExtension48.Light = (object)object113; | |
| staticResourceExtension114.Key = "Gray600"; | |
| var xamlServiceProvider162 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget162 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension48, setter186, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider162.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget162); | |
| xamlServiceProvider162.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget162); | |
| xamlServiceProvider162.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(372, 60))); | |
| var object114 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension114).ProvideValue(xamlServiceProvider162); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object114!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object114!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| appThemeBindingExtension48.Dark = (object)object114; | |
| var xamlServiceProvider163 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget163 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter186, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider163.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget163); | |
| xamlServiceProvider163.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget163); | |
| xamlServiceProvider163.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(372, 60))); | |
| var bindingBase48 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension48).ProvideValue(xamlServiceProvider163); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase48!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase48!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 60); | |
| setter186.Value = (object)bindingBase48; | |
| var setter194 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty, Value = bindingBase48}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter194!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter194!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 372, 34); | |
| var iList5 = visualState27.Setters; | |
| iList5.Add(setter194); | |
| setter187.Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty; | |
| staticResourceExtension115.Key = "Gray300"; | |
| var xamlServiceProvider164 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget164 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension49, setter187, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider164.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget164); | |
| xamlServiceProvider164.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget164); | |
| xamlServiceProvider164.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(373, 63))); | |
| var object115 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension115).ProvideValue(xamlServiceProvider164); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object115!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object115!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| appThemeBindingExtension49.Light = (object)object115; | |
| staticResourceExtension116.Key = "Gray600"; | |
| var xamlServiceProvider165 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget165 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension49, setter187, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider165.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget165); | |
| xamlServiceProvider165.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget165); | |
| xamlServiceProvider165.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(373, 63))); | |
| var object116 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension116).ProvideValue(xamlServiceProvider165); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object116!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object116!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| appThemeBindingExtension49.Dark = (object)object116; | |
| var xamlServiceProvider166 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget166 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter187, visualState27, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider166.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget166); | |
| xamlServiceProvider166.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget166); | |
| xamlServiceProvider166.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(373, 63))); | |
| var bindingBase49 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension49).ProvideValue(xamlServiceProvider166); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase49!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 63); | |
| setter187.Value = (object)bindingBase49; | |
| var setter195 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty, Value = bindingBase49}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter195!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter195!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 373, 34); | |
| iList5.Add(setter195); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup13.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState27); | |
| visualState28.Name = "On"; | |
| setter188.Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty; | |
| staticResourceExtension117.Key = "Secondary"; | |
| var xamlServiceProvider167 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget167 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension50, setter188, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider167.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget167); | |
| xamlServiceProvider167.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget167); | |
| xamlServiceProvider167.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(378, 60))); | |
| var object117 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension117).ProvideValue(xamlServiceProvider167); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object117!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object117!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| appThemeBindingExtension50.Light = (object)object117; | |
| staticResourceExtension118.Key = "Gray200"; | |
| var xamlServiceProvider168 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget168 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension50, setter188, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider168.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget168); | |
| xamlServiceProvider168.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget168); | |
| xamlServiceProvider168.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(378, 60))); | |
| var object118 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension118).ProvideValue(xamlServiceProvider168); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object118!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object118!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| appThemeBindingExtension50.Dark = (object)object118; | |
| var xamlServiceProvider169 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget169 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter188, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider169.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget169); | |
| xamlServiceProvider169.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget169); | |
| xamlServiceProvider169.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(378, 60))); | |
| var bindingBase50 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension50).ProvideValue(xamlServiceProvider169); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase50!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase50!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 60); | |
| setter188.Value = (object)bindingBase50; | |
| var setter196 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.OnColorProperty, Value = bindingBase50}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter196!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter196!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 378, 34); | |
| var iList6 = visualState28.Setters; | |
| iList6.Add(setter196); | |
| setter189.Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty; | |
| staticResourceExtension119.Key = "Primary"; | |
| var xamlServiceProvider170 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget170 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension51, setter189, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider170.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget170); | |
| xamlServiceProvider170.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget170); | |
| xamlServiceProvider170.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(379, 63))); | |
| var object119 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension119).ProvideValue(xamlServiceProvider170); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object119!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object119!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| appThemeBindingExtension51.Light = (object)object119; | |
| staticResourceExtension120.Key = "White"; | |
| var xamlServiceProvider171 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget171 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension51, setter189, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider171.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget171); | |
| xamlServiceProvider171.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget171); | |
| xamlServiceProvider171.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(379, 63))); | |
| var object120 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension120).ProvideValue(xamlServiceProvider171); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object120!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object120!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| appThemeBindingExtension51.Dark = (object)object120; | |
| var xamlServiceProvider172 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget172 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter189, visualState28, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider172.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget172); | |
| xamlServiceProvider172.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget172); | |
| xamlServiceProvider172.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(379, 63))); | |
| var bindingBase51 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension51).ProvideValue(xamlServiceProvider172); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase51!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 63); | |
| setter189.Value = (object)bindingBase51; | |
| var setter197 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty, Value = bindingBase51}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter197!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter197!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 379, 34); | |
| iList6.Add(setter197); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup13.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState28); | |
| visualState29.Name = "Off"; | |
| setter190.Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty; | |
| staticResourceExtension121.Key = "Gray400"; | |
| var xamlServiceProvider173 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget173 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension52, setter190, visualState29, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider173.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget173); | |
| xamlServiceProvider173.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget173); | |
| xamlServiceProvider173.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(384, 63))); | |
| var object121 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension121).ProvideValue(xamlServiceProvider173); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object121!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object121!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| appThemeBindingExtension52.Light = (object)object121; | |
| staticResourceExtension122.Key = "Gray500"; | |
| var xamlServiceProvider174 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget174 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension52, setter190, visualState29, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider174.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget174); | |
| xamlServiceProvider174.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget174); | |
| xamlServiceProvider174.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(384, 63))); | |
| var object122 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension122).ProvideValue(xamlServiceProvider174); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object122!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object122!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| appThemeBindingExtension52.Dark = (object)object122; | |
| var xamlServiceProvider175 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget175 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter190, visualState29, visualStateGroup13, visualStateGroupList13, setter191, style45, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope177, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider175.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget175); | |
| xamlServiceProvider175.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget175); | |
| xamlServiceProvider175.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(384, 63))); | |
| var bindingBase52 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension52).ProvideValue(xamlServiceProvider175); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase52!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase52!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 63); | |
| setter190.Value = (object)bindingBase52; | |
| var setter198 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Switch.ThumbColorProperty, Value = bindingBase52}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter198!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter198!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 384, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState29.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter198); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup13.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState29); | |
| visualStateGroupList13.Add(visualStateGroup13); | |
| setter191.Value = (object)visualStateGroupList13; | |
| var setter199 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList13}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter199!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter199!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 366, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style45.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter199); | |
| return style45; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.TimePicker), () => | |
| { | |
| var staticResourceExtension123 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension123!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| var staticResourceExtension124 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension124!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| var appThemeBindingExtension53 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| var setter200 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter200!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 14); | |
| var visualState30 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState30!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 402, 26); | |
| var staticResourceExtension125 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension125!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| var staticResourceExtension126 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension126!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| var appThemeBindingExtension54 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension54!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| var setter201 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter201!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 34); | |
| var visualState31 = new global::Microsoft.Maui.Controls.VisualState(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualState31!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 403, 26); | |
| var visualStateGroup14 = new global::Microsoft.Maui.Controls.VisualStateGroup(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroup14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 401, 22); | |
| var visualStateGroupList14 = new global::Microsoft.Maui.Controls.VisualStateGroupList(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(visualStateGroupList14!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 400, 18); | |
| var setter202 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter202!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 399, 14); | |
| var style47 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.TimePicker)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style47!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 392, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope178 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope179 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope180 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope181 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope182 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope183 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope184 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope185 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope186 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope186.RegisterName("CommonStates", visualStateGroup14); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope186.RegisterName("Normal", visualState30); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| iNameScope186.RegisterName("Disabled", visualState31); | |
| #endif | |
| setter200.Property = global::Microsoft.Maui.Controls.TimePicker.TextColorProperty; | |
| staticResourceExtension123.Key = "Gray900"; | |
| var xamlServiceProvider176 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget176 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension53, setter200, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope179, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider176.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget176); | |
| xamlServiceProvider176.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget176); | |
| xamlServiceProvider176.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(393, 42))); | |
| var object123 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension123).ProvideValue(xamlServiceProvider176); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object123!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object123!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| appThemeBindingExtension53.Light = (object)object123; | |
| staticResourceExtension124.Key = "White"; | |
| var xamlServiceProvider177 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget177 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension53, setter200, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope179, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider177.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget177); | |
| xamlServiceProvider177.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget177); | |
| xamlServiceProvider177.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(393, 42))); | |
| var object124 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension124).ProvideValue(xamlServiceProvider177); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object124!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object124!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| appThemeBindingExtension53.Dark = (object)object124; | |
| var xamlServiceProvider178 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget178 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter200, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope179, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider178.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget178); | |
| xamlServiceProvider178.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget178); | |
| xamlServiceProvider178.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(393, 42))); | |
| var bindingBase53 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension53).ProvideValue(xamlServiceProvider178); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase53!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 42); | |
| setter200.Value = (object)bindingBase53; | |
| var setter203 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TimePicker.TextColorProperty, Value = bindingBase53}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter203!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter203!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 393, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter203); | |
| var setter204 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = global::Microsoft.Maui.Graphics.Colors.Transparent}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter204!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter204!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 394, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter204); | |
| var setter205 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TimePicker.FontFamilyProperty, Value = "OpenSansRegular"}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter205!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter205!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 395, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter205); | |
| var setter206 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TimePicker.FontSizeProperty, Value = 14D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter206!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter206!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 396, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter206); | |
| var setter207 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumHeightRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter207!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter207!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 397, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter207); | |
| var setter208 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.MinimumWidthRequestProperty, Value = 44D}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter208!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter208!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 398, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter208); | |
| setter202.Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty; | |
| visualStateGroup14.Name = "CommonStates"; | |
| visualState30.Name = "Normal"; | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup14.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState30); | |
| visualState31.Name = "Disabled"; | |
| setter201.Property = global::Microsoft.Maui.Controls.TimePicker.TextColorProperty; | |
| staticResourceExtension125.Key = "Gray300"; | |
| var xamlServiceProvider179 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget179 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension54, setter201, visualState31, visualStateGroup14, visualStateGroupList14, setter202, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope186, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider179.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget179); | |
| xamlServiceProvider179.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget179); | |
| xamlServiceProvider179.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(405, 62))); | |
| var object125 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension125).ProvideValue(xamlServiceProvider179); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object125!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object125!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| appThemeBindingExtension54.Light = (object)object125; | |
| staticResourceExtension126.Key = "Gray600"; | |
| var xamlServiceProvider180 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget180 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension54, setter201, visualState31, visualStateGroup14, visualStateGroupList14, setter202, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope186, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider180.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget180); | |
| xamlServiceProvider180.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget180); | |
| xamlServiceProvider180.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(405, 62))); | |
| var object126 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension126).ProvideValue(xamlServiceProvider180); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object126!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object126!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| appThemeBindingExtension54.Dark = (object)object126; | |
| var xamlServiceProvider181 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget181 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter201, visualState31, visualStateGroup14, visualStateGroupList14, setter202, style47, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope186, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider181.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget181); | |
| xamlServiceProvider181.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget181); | |
| xamlServiceProvider181.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(405, 62))); | |
| var bindingBase54 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension54).ProvideValue(xamlServiceProvider181); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase54!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase54!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 62); | |
| setter201.Value = (object)bindingBase54; | |
| var setter209 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TimePicker.TextColorProperty, Value = bindingBase54}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter209!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter209!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 405, 34); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)visualState31.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter209); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.VisualState>)visualStateGroup14.States).Add((global::Microsoft.Maui.Controls.VisualState)visualState31); | |
| visualStateGroupList14.Add(visualStateGroup14); | |
| setter202.Value = (object)visualStateGroupList14; | |
| var setter210 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualStateManager.VisualStateGroupsProperty, Value = visualStateGroupList14}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter210!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter210!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 399, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style47.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter210); | |
| return style47; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Page), () => | |
| { | |
| var staticResourceExtension127 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension127!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| var staticResourceExtension128 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension128!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| var appThemeBindingExtension55 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| var setter211 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter211!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 14); | |
| var style49 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Page)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style49!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 413, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope187 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope188 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope189 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| style49.ApplyToDerivedTypes = true; | |
| var setter212 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Page.PaddingProperty, Value = new global::Microsoft.Maui.Thickness(0)}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter212!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter212!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 414, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style49.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter212); | |
| setter211.Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty; | |
| staticResourceExtension127.Key = "White"; | |
| var xamlServiceProvider182 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget182 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension55, setter211, style49, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope189, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider182.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget182); | |
| xamlServiceProvider182.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget182); | |
| xamlServiceProvider182.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(415, 48))); | |
| var object127 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension127).ProvideValue(xamlServiceProvider182); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object127!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object127!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| appThemeBindingExtension55.Light = (object)object127; | |
| staticResourceExtension128.Key = "Black"; | |
| var xamlServiceProvider183 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget183 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension55, setter211, style49, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope189, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider183.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget183); | |
| xamlServiceProvider183.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget183); | |
| xamlServiceProvider183.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(415, 48))); | |
| var object128 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension128).ProvideValue(xamlServiceProvider183); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object128!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object128!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| appThemeBindingExtension55.Dark = (object)object128; | |
| var xamlServiceProvider184 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget184 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter211, style49, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope189, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider184.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget184); | |
| xamlServiceProvider184.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget184); | |
| xamlServiceProvider184.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(415, 48))); | |
| var bindingBase55 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension55).ProvideValue(xamlServiceProvider184); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase55!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 48); | |
| setter211.Value = (object)bindingBase55; | |
| var setter213 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.VisualElement.BackgroundColorProperty, Value = bindingBase55}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter213!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter213!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 415, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style49.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter213); | |
| return style49; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.Shell), () => | |
| { | |
| var staticResourceExtension129 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension129!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| var staticResourceExtension130 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension130!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| var appThemeBindingExtension56 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension56!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| var setter214 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter214!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 14); | |
| var staticResourceExtension131 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension131!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| var staticResourceExtension132 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension132!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| var onPlatformExtension = new global::Microsoft.Maui.Controls.Xaml.OnPlatformExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(onPlatformExtension!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| var setter215 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter215!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 14); | |
| var staticResourceExtension133 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension133!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| var staticResourceExtension134 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension134!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| var appThemeBindingExtension57 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension57!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| var setter216 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter216!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 14); | |
| var staticResourceExtension135 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension135!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| var staticResourceExtension136 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension136!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| var appThemeBindingExtension58 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension58!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| var setter217 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter217!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 14); | |
| var staticResourceExtension137 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension137!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| var staticResourceExtension138 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension138!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| var appThemeBindingExtension59 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension59!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| var setter218 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter218!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 14); | |
| var staticResourceExtension139 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension139!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| var staticResourceExtension140 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension140!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| var appThemeBindingExtension60 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension60!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| var setter219 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter219!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 14); | |
| var staticResourceExtension141 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension141!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| var staticResourceExtension142 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension142!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| var appThemeBindingExtension61 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension61!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| var setter220 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter220!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 14); | |
| var staticResourceExtension143 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension143!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| var staticResourceExtension144 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension144!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| var appThemeBindingExtension62 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension62!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| var setter221 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter221!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 14); | |
| var staticResourceExtension145 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension145!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| var staticResourceExtension146 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension146!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| var appThemeBindingExtension63 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension63!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| var setter222 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter222!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 14); | |
| var style51 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.Shell)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style51!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 418, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope190 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope191 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope192 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope193 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope194 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope195 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope196 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope197 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope198 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope199 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope200 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| style51.ApplyToDerivedTypes = true; | |
| setter214.Property = global::Microsoft.Maui.Controls.Shell.BackgroundColorProperty; | |
| staticResourceExtension129.Key = "Primary"; | |
| var xamlServiceProvider185 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget185 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension56, setter214, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope191, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider185.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget185); | |
| xamlServiceProvider185.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget185); | |
| xamlServiceProvider185.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(419, 54))); | |
| var object129 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension129).ProvideValue(xamlServiceProvider185); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object129!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object129!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| appThemeBindingExtension56.Light = (object)object129; | |
| staticResourceExtension130.Key = "Gray950"; | |
| var xamlServiceProvider186 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget186 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension56, setter214, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope191, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider186.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget186); | |
| xamlServiceProvider186.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget186); | |
| xamlServiceProvider186.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(419, 54))); | |
| var object130 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension130).ProvideValue(xamlServiceProvider186); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object130!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object130!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| appThemeBindingExtension56.Dark = (object)object130; | |
| var xamlServiceProvider187 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget187 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter214, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope191, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider187.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget187); | |
| xamlServiceProvider187.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget187); | |
| xamlServiceProvider187.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(419, 54))); | |
| var bindingBase56 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension56).ProvideValue(xamlServiceProvider187); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase56!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase56!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 54); | |
| setter214.Value = (object)bindingBase56; | |
| var setter223 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.BackgroundColorProperty, Value = bindingBase56}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter223!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter223!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 419, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter223); | |
| setter215.Property = global::Microsoft.Maui.Controls.Shell.ForegroundColorProperty; | |
| staticResourceExtension131.Key = "Primary"; | |
| var xamlServiceProvider188 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget188 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {onPlatformExtension, setter215, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.OnPlatformExtension).GetProperty("WinUI"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope192, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider188.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget188); | |
| xamlServiceProvider188.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget188); | |
| xamlServiceProvider188.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(420, 54))); | |
| var object131 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension131).ProvideValue(xamlServiceProvider188); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object131!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object131!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| onPlatformExtension.WinUI = (object)object131; | |
| staticResourceExtension132.Key = "White"; | |
| var xamlServiceProvider189 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget189 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {onPlatformExtension, setter215, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.OnPlatformExtension).GetProperty("Default"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope192, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider189.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget189); | |
| xamlServiceProvider189.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget189); | |
| xamlServiceProvider189.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(420, 54))); | |
| var object132 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension132).ProvideValue(xamlServiceProvider189); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object132!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object132!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| onPlatformExtension.Default = (object)object132; | |
| var xamlServiceProvider190 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget190 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter215, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope192, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider190.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget190); | |
| xamlServiceProvider190.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget190); | |
| xamlServiceProvider190.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(420, 54))); | |
| var object133 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)onPlatformExtension).ProvideValue(xamlServiceProvider190); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object133!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object133!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 54); | |
| setter215.Value = (object)object133; | |
| var setter224 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.ForegroundColorProperty, Value = object133}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter224!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter224!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 420, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter224); | |
| setter216.Property = global::Microsoft.Maui.Controls.Shell.TitleColorProperty; | |
| staticResourceExtension133.Key = "White"; | |
| var xamlServiceProvider191 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget191 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension57, setter216, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope193, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider191.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget191); | |
| xamlServiceProvider191.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget191); | |
| xamlServiceProvider191.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(421, 49))); | |
| var object134 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension133).ProvideValue(xamlServiceProvider191); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object134!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object134!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| appThemeBindingExtension57.Light = (object)object134; | |
| staticResourceExtension134.Key = "White"; | |
| var xamlServiceProvider192 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget192 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension57, setter216, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope193, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider192.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget192); | |
| xamlServiceProvider192.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget192); | |
| xamlServiceProvider192.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(421, 49))); | |
| var object135 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension134).ProvideValue(xamlServiceProvider192); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object135!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object135!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| appThemeBindingExtension57.Dark = (object)object135; | |
| var xamlServiceProvider193 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget193 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter216, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope193, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider193.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget193); | |
| xamlServiceProvider193.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget193); | |
| xamlServiceProvider193.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(421, 49))); | |
| var bindingBase57 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension57).ProvideValue(xamlServiceProvider193); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase57!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase57!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 49); | |
| setter216.Value = (object)bindingBase57; | |
| var setter225 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.TitleColorProperty, Value = bindingBase57}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter225!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter225!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 421, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter225); | |
| setter217.Property = global::Microsoft.Maui.Controls.Shell.DisabledColorProperty; | |
| staticResourceExtension135.Key = "Gray200"; | |
| var xamlServiceProvider194 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget194 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension58, setter217, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope194, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider194.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget194); | |
| xamlServiceProvider194.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget194); | |
| xamlServiceProvider194.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(422, 52))); | |
| var object136 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension135).ProvideValue(xamlServiceProvider194); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object136!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object136!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| appThemeBindingExtension58.Light = (object)object136; | |
| staticResourceExtension136.Key = "Gray950"; | |
| var xamlServiceProvider195 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget195 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension58, setter217, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope194, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider195.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget195); | |
| xamlServiceProvider195.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget195); | |
| xamlServiceProvider195.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(422, 52))); | |
| var object137 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension136).ProvideValue(xamlServiceProvider195); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object137!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object137!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| appThemeBindingExtension58.Dark = (object)object137; | |
| var xamlServiceProvider196 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget196 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter217, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope194, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider196.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget196); | |
| xamlServiceProvider196.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget196); | |
| xamlServiceProvider196.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(422, 52))); | |
| var bindingBase58 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension58).ProvideValue(xamlServiceProvider196); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase58!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase58!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 52); | |
| setter217.Value = (object)bindingBase58; | |
| var setter226 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.DisabledColorProperty, Value = bindingBase58}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter226!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter226!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 422, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter226); | |
| setter218.Property = global::Microsoft.Maui.Controls.Shell.UnselectedColorProperty; | |
| staticResourceExtension137.Key = "Gray200"; | |
| var xamlServiceProvider197 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget197 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension59, setter218, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope195, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider197.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget197); | |
| xamlServiceProvider197.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget197); | |
| xamlServiceProvider197.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(423, 54))); | |
| var object138 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension137).ProvideValue(xamlServiceProvider197); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object138!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object138!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| appThemeBindingExtension59.Light = (object)object138; | |
| staticResourceExtension138.Key = "Gray200"; | |
| var xamlServiceProvider198 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget198 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension59, setter218, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope195, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider198.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget198); | |
| xamlServiceProvider198.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget198); | |
| xamlServiceProvider198.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(423, 54))); | |
| var object139 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension138).ProvideValue(xamlServiceProvider198); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object139!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object139!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| appThemeBindingExtension59.Dark = (object)object139; | |
| var xamlServiceProvider199 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget199 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter218, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope195, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider199.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget199); | |
| xamlServiceProvider199.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget199); | |
| xamlServiceProvider199.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(423, 54))); | |
| var bindingBase59 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension59).ProvideValue(xamlServiceProvider199); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase59!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase59!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 54); | |
| setter218.Value = (object)bindingBase59; | |
| var setter227 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.UnselectedColorProperty, Value = bindingBase59}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter227!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter227!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 423, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter227); | |
| var setter228 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.NavBarHasShadowProperty, Value = false}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter228!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter228!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 424, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter228); | |
| setter219.Property = global::Microsoft.Maui.Controls.Shell.TabBarBackgroundColorProperty; | |
| staticResourceExtension139.Key = "White"; | |
| var xamlServiceProvider200 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget200 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension60, setter219, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope197, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider200.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget200); | |
| xamlServiceProvider200.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget200); | |
| xamlServiceProvider200.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(425, 60))); | |
| var object140 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension139).ProvideValue(xamlServiceProvider200); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object140!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object140!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| appThemeBindingExtension60.Light = (object)object140; | |
| staticResourceExtension140.Key = "Black"; | |
| var xamlServiceProvider201 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget201 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension60, setter219, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope197, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider201.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget201); | |
| xamlServiceProvider201.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget201); | |
| xamlServiceProvider201.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(425, 60))); | |
| var object141 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension140).ProvideValue(xamlServiceProvider201); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object141!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object141!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| appThemeBindingExtension60.Dark = (object)object141; | |
| var xamlServiceProvider202 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget202 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter219, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope197, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider202.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget202); | |
| xamlServiceProvider202.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget202); | |
| xamlServiceProvider202.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(425, 60))); | |
| var bindingBase60 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension60).ProvideValue(xamlServiceProvider202); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase60!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase60!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 60); | |
| setter219.Value = (object)bindingBase60; | |
| var setter229 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.TabBarBackgroundColorProperty, Value = bindingBase60}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter229!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter229!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 425, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter229); | |
| setter220.Property = global::Microsoft.Maui.Controls.Shell.TabBarForegroundColorProperty; | |
| staticResourceExtension141.Key = "Primary"; | |
| var xamlServiceProvider203 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget203 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension61, setter220, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope198, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider203.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget203); | |
| xamlServiceProvider203.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget203); | |
| xamlServiceProvider203.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(426, 60))); | |
| var object142 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension141).ProvideValue(xamlServiceProvider203); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object142!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object142!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| appThemeBindingExtension61.Light = (object)object142; | |
| staticResourceExtension142.Key = "White"; | |
| var xamlServiceProvider204 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget204 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension61, setter220, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope198, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider204.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget204); | |
| xamlServiceProvider204.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget204); | |
| xamlServiceProvider204.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(426, 60))); | |
| var object143 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension142).ProvideValue(xamlServiceProvider204); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object143!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object143!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| appThemeBindingExtension61.Dark = (object)object143; | |
| var xamlServiceProvider205 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget205 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter220, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope198, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider205.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget205); | |
| xamlServiceProvider205.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget205); | |
| xamlServiceProvider205.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(426, 60))); | |
| var bindingBase61 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension61).ProvideValue(xamlServiceProvider205); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase61!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase61!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 60); | |
| setter220.Value = (object)bindingBase61; | |
| var setter230 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.TabBarForegroundColorProperty, Value = bindingBase61}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter230!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter230!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 426, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter230); | |
| setter221.Property = global::Microsoft.Maui.Controls.Shell.TabBarTitleColorProperty; | |
| staticResourceExtension143.Key = "Primary"; | |
| var xamlServiceProvider206 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget206 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension62, setter221, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope199, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider206.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget206); | |
| xamlServiceProvider206.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget206); | |
| xamlServiceProvider206.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(427, 55))); | |
| var object144 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension143).ProvideValue(xamlServiceProvider206); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object144!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object144!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| appThemeBindingExtension62.Light = (object)object144; | |
| staticResourceExtension144.Key = "White"; | |
| var xamlServiceProvider207 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget207 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension62, setter221, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope199, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider207.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget207); | |
| xamlServiceProvider207.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget207); | |
| xamlServiceProvider207.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(427, 55))); | |
| var object145 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension144).ProvideValue(xamlServiceProvider207); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object145!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object145!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| appThemeBindingExtension62.Dark = (object)object145; | |
| var xamlServiceProvider208 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget208 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter221, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope199, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider208.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget208); | |
| xamlServiceProvider208.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget208); | |
| xamlServiceProvider208.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(427, 55))); | |
| var bindingBase62 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension62).ProvideValue(xamlServiceProvider208); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase62!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase62!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 55); | |
| setter221.Value = (object)bindingBase62; | |
| var setter231 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.TabBarTitleColorProperty, Value = bindingBase62}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter231!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter231!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 427, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter231); | |
| setter222.Property = global::Microsoft.Maui.Controls.Shell.TabBarUnselectedColorProperty; | |
| staticResourceExtension145.Key = "Gray900"; | |
| var xamlServiceProvider209 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget209 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension63, setter222, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope200, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider209.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget209); | |
| xamlServiceProvider209.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget209); | |
| xamlServiceProvider209.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(428, 60))); | |
| var object146 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension145).ProvideValue(xamlServiceProvider209); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object146!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object146!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| appThemeBindingExtension63.Light = (object)object146; | |
| staticResourceExtension146.Key = "Gray200"; | |
| var xamlServiceProvider210 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget210 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension63, setter222, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope200, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider210.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget210); | |
| xamlServiceProvider210.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget210); | |
| xamlServiceProvider210.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(428, 60))); | |
| var object147 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension146).ProvideValue(xamlServiceProvider210); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object147!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object147!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| appThemeBindingExtension63.Dark = (object)object147; | |
| var xamlServiceProvider211 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget211 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter222, style51, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope200, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider211.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget211); | |
| xamlServiceProvider211.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget211); | |
| xamlServiceProvider211.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(428, 60))); | |
| var bindingBase63 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension63).ProvideValue(xamlServiceProvider211); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase63!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase63!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 60); | |
| setter222.Value = (object)bindingBase63; | |
| var setter232 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.Shell.TabBarUnselectedColorProperty, Value = bindingBase63}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter232!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter232!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 428, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style51.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter232); | |
| return style51; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.NavigationPage), () => | |
| { | |
| var staticResourceExtension147 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension147!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| var staticResourceExtension148 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension148!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| var appThemeBindingExtension64 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension64!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| var setter233 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter233!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 14); | |
| var staticResourceExtension149 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension149!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| var staticResourceExtension150 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension150!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| var appThemeBindingExtension65 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension65!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| var setter234 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter234!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 14); | |
| var staticResourceExtension151 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension151!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| var staticResourceExtension152 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension152!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| var appThemeBindingExtension66 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension66!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| var setter235 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter235!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 14); | |
| var style53 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.NavigationPage)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style53!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 431, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope201 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope202 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope203 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope204 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter233.Property = global::Microsoft.Maui.Controls.NavigationPage.BarBackgroundColorProperty; | |
| staticResourceExtension147.Key = "Primary"; | |
| var xamlServiceProvider212 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget212 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension64, setter233, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope202, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider212.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget212); | |
| xamlServiceProvider212.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget212); | |
| xamlServiceProvider212.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(432, 51))); | |
| var object148 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension147).ProvideValue(xamlServiceProvider212); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object148!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object148!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| appThemeBindingExtension64.Light = (object)object148; | |
| staticResourceExtension148.Key = "Gray950"; | |
| var xamlServiceProvider213 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget213 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension64, setter233, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope202, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider213.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget213); | |
| xamlServiceProvider213.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget213); | |
| xamlServiceProvider213.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(432, 51))); | |
| var object149 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension148).ProvideValue(xamlServiceProvider213); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object149!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object149!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| appThemeBindingExtension64.Dark = (object)object149; | |
| var xamlServiceProvider214 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget214 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter233, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope202, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider214.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget214); | |
| xamlServiceProvider214.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget214); | |
| xamlServiceProvider214.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(432, 51))); | |
| var bindingBase64 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension64).ProvideValue(xamlServiceProvider214); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase64!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase64!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 51); | |
| setter233.Value = (object)bindingBase64; | |
| var setter236 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.NavigationPage.BarBackgroundColorProperty, Value = bindingBase64}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter236!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter236!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 432, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style53.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter236); | |
| setter234.Property = global::Microsoft.Maui.Controls.NavigationPage.BarTextColorProperty; | |
| staticResourceExtension149.Key = "Gray200"; | |
| var xamlServiceProvider215 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget215 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension65, setter234, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope203, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider215.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget215); | |
| xamlServiceProvider215.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget215); | |
| xamlServiceProvider215.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(433, 45))); | |
| var object150 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension149).ProvideValue(xamlServiceProvider215); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object150!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object150!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| appThemeBindingExtension65.Light = (object)object150; | |
| staticResourceExtension150.Key = "White"; | |
| var xamlServiceProvider216 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget216 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension65, setter234, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope203, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider216.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget216); | |
| xamlServiceProvider216.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget216); | |
| xamlServiceProvider216.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(433, 45))); | |
| var object151 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension150).ProvideValue(xamlServiceProvider216); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object151!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object151!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| appThemeBindingExtension65.Dark = (object)object151; | |
| var xamlServiceProvider217 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget217 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter234, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope203, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider217.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget217); | |
| xamlServiceProvider217.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget217); | |
| xamlServiceProvider217.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(433, 45))); | |
| var bindingBase65 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension65).ProvideValue(xamlServiceProvider217); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase65!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase65!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 45); | |
| setter234.Value = (object)bindingBase65; | |
| var setter237 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.NavigationPage.BarTextColorProperty, Value = bindingBase65}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter237!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter237!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 433, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style53.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter237); | |
| setter235.Property = global::Microsoft.Maui.Controls.NavigationPage.IconColorProperty; | |
| staticResourceExtension151.Key = "Gray200"; | |
| var xamlServiceProvider218 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget218 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension66, setter235, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope204, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider218.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget218); | |
| xamlServiceProvider218.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget218); | |
| xamlServiceProvider218.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(434, 42))); | |
| var object152 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension151).ProvideValue(xamlServiceProvider218); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object152!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object152!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| appThemeBindingExtension66.Light = (object)object152; | |
| staticResourceExtension152.Key = "White"; | |
| var xamlServiceProvider219 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget219 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension66, setter235, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope204, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider219.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget219); | |
| xamlServiceProvider219.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget219); | |
| xamlServiceProvider219.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(434, 42))); | |
| var object153 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension152).ProvideValue(xamlServiceProvider219); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object153!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object153!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| appThemeBindingExtension66.Dark = (object)object153; | |
| var xamlServiceProvider220 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget220 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter235, style53, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope204, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider220.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget220); | |
| xamlServiceProvider220.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget220); | |
| xamlServiceProvider220.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(434, 42))); | |
| var bindingBase66 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension66).ProvideValue(xamlServiceProvider220); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase66!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase66!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 42); | |
| setter235.Value = (object)bindingBase66; | |
| var setter238 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.NavigationPage.IconColorProperty, Value = bindingBase66}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter238!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter238!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 434, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style53.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter238); | |
| return style53; | |
| }, shared: true); | |
| resourceDictionary.AddFactory(typeof(global::Microsoft.Maui.Controls.TabbedPage), () => | |
| { | |
| var staticResourceExtension153 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension153!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| var staticResourceExtension154 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension154!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| var appThemeBindingExtension67 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension67!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| var setter239 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter239!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 14); | |
| var staticResourceExtension155 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension155!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| var staticResourceExtension156 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension156!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| var appThemeBindingExtension68 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension68!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| var setter240 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter240!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 14); | |
| var staticResourceExtension157 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension157!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| var staticResourceExtension158 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension158!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| var appThemeBindingExtension69 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension69!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| var setter241 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter241!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 14); | |
| var staticResourceExtension159 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension159!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| var staticResourceExtension160 = new global::Microsoft.Maui.Controls.Xaml.StaticResourceExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(staticResourceExtension160!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| var appThemeBindingExtension70 = new global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(appThemeBindingExtension70!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| var setter242 = new global::Microsoft.Maui.Controls.Setter(); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter242!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 14); | |
| var style55 = new global::Microsoft.Maui.Controls.Style(typeof(global::Microsoft.Maui.Controls.TabbedPage)); | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(style55!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 437, 10); | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope205 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope206 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope207 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope208 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| global::Microsoft.Maui.Controls.Internals.INameScope iNameScope209 = new global::Microsoft.Maui.Controls.Internals.NameScope(); | |
| #endif | |
| setter239.Property = global::Microsoft.Maui.Controls.TabbedPage.BarBackgroundColorProperty; | |
| staticResourceExtension153.Key = "White"; | |
| var xamlServiceProvider221 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget221 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension67, setter239, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope206, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider221.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget221); | |
| xamlServiceProvider221.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget221); | |
| xamlServiceProvider221.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(438, 51))); | |
| var object154 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension153).ProvideValue(xamlServiceProvider221); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object154!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object154!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| appThemeBindingExtension67.Light = (object)object154; | |
| staticResourceExtension154.Key = "Gray950"; | |
| var xamlServiceProvider222 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget222 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension67, setter239, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope206, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider222.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget222); | |
| xamlServiceProvider222.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget222); | |
| xamlServiceProvider222.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(438, 51))); | |
| var object155 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension154).ProvideValue(xamlServiceProvider222); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object155!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object155!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| appThemeBindingExtension67.Dark = (object)object155; | |
| var xamlServiceProvider223 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget223 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter239, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope206, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider223.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget223); | |
| xamlServiceProvider223.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget223); | |
| xamlServiceProvider223.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(438, 51))); | |
| var bindingBase67 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension67).ProvideValue(xamlServiceProvider223); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase67!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase67!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 51); | |
| setter239.Value = (object)bindingBase67; | |
| var setter243 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TabbedPage.BarBackgroundColorProperty, Value = bindingBase67}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter243!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter243!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 438, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style55.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter243); | |
| setter240.Property = global::Microsoft.Maui.Controls.TabbedPage.BarTextColorProperty; | |
| staticResourceExtension155.Key = "Primary"; | |
| var xamlServiceProvider224 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget224 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension68, setter240, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope207, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider224.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget224); | |
| xamlServiceProvider224.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget224); | |
| xamlServiceProvider224.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(439, 45))); | |
| var object156 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension155).ProvideValue(xamlServiceProvider224); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object156!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object156!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| appThemeBindingExtension68.Light = (object)object156; | |
| staticResourceExtension156.Key = "White"; | |
| var xamlServiceProvider225 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget225 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension68, setter240, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope207, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider225.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget225); | |
| xamlServiceProvider225.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget225); | |
| xamlServiceProvider225.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(439, 45))); | |
| var object157 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension156).ProvideValue(xamlServiceProvider225); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object157!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object157!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| appThemeBindingExtension68.Dark = (object)object157; | |
| var xamlServiceProvider226 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget226 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter240, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope207, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider226.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget226); | |
| xamlServiceProvider226.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget226); | |
| xamlServiceProvider226.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(439, 45))); | |
| var bindingBase68 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension68).ProvideValue(xamlServiceProvider226); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase68!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase68!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 45); | |
| setter240.Value = (object)bindingBase68; | |
| var setter244 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TabbedPage.BarTextColorProperty, Value = bindingBase68}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter244!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter244!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 439, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style55.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter244); | |
| setter241.Property = global::Microsoft.Maui.Controls.TabbedPage.UnselectedTabColorProperty; | |
| staticResourceExtension157.Key = "Gray200"; | |
| var xamlServiceProvider227 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget227 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension69, setter241, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope208, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider227.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget227); | |
| xamlServiceProvider227.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget227); | |
| xamlServiceProvider227.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(440, 51))); | |
| var object158 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension157).ProvideValue(xamlServiceProvider227); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object158!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object158!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| appThemeBindingExtension69.Light = (object)object158; | |
| staticResourceExtension158.Key = "Gray950"; | |
| var xamlServiceProvider228 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget228 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension69, setter241, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope208, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider228.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget228); | |
| xamlServiceProvider228.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget228); | |
| xamlServiceProvider228.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(440, 51))); | |
| var object159 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension158).ProvideValue(xamlServiceProvider228); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object159!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object159!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| appThemeBindingExtension69.Dark = (object)object159; | |
| var xamlServiceProvider229 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget229 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter241, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope208, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider229.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget229); | |
| xamlServiceProvider229.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget229); | |
| xamlServiceProvider229.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(440, 51))); | |
| var bindingBase69 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension69).ProvideValue(xamlServiceProvider229); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase69!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase69!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 51); | |
| setter241.Value = (object)bindingBase69; | |
| var setter245 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TabbedPage.UnselectedTabColorProperty, Value = bindingBase69}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter245!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter245!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 440, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style55.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter245); | |
| setter242.Property = global::Microsoft.Maui.Controls.TabbedPage.SelectedTabColorProperty; | |
| staticResourceExtension159.Key = "Gray950"; | |
| var xamlServiceProvider230 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget230 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension70, setter242, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Light"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope209, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider230.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget230); | |
| xamlServiceProvider230.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget230); | |
| xamlServiceProvider230.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(441, 49))); | |
| var object160 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension159).ProvideValue(xamlServiceProvider230); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object160!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object160!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| appThemeBindingExtension70.Light = (object)object160; | |
| staticResourceExtension160.Key = "Gray200"; | |
| var xamlServiceProvider231 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget231 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {appThemeBindingExtension70, setter242, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Xaml.AppThemeBindingExtension).GetProperty("Dark"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope209, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider231.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget231); | |
| xamlServiceProvider231.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget231); | |
| xamlServiceProvider231.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(441, 49))); | |
| var object161 = (object)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension)staticResourceExtension160).ProvideValue(xamlServiceProvider231); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(object161!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(object161!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| appThemeBindingExtension70.Dark = (object)object161; | |
| var xamlServiceProvider232 = new global::Microsoft.Maui.Controls.Xaml.Internals.XamlServiceProvider(this); | |
| var iProvideValueTarget232 = new global::Microsoft.Maui.Controls.Xaml.Internals.SimpleValueTargetProvider( | |
| new object?[] {setter242, style55, __root, __root}, | |
| typeof(global::Microsoft.Maui.Controls.Setter).GetProperty("Value"), | |
| #if !_MAUIXAML_SG_NAMESCOPE_DISABLE | |
| new [] { iNameScope209, iNameScope }, | |
| #else | |
| null, | |
| #endif | |
| this); | |
| xamlServiceProvider232.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IReferenceProvider), iProvideValueTarget232); | |
| xamlServiceProvider232.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IProvideValueTarget), iProvideValueTarget232); | |
| xamlServiceProvider232.Add(typeof(global::Microsoft.Maui.Controls.Xaml.IXmlLineInfoProvider), new global::Microsoft.Maui.Controls.Xaml.Internals.XmlLineInfoProvider(new global::Microsoft.Maui.Controls.Xaml.XmlLineInfo(441, 49))); | |
| var bindingBase70 = (global::Microsoft.Maui.Controls.BindingBase)((global::Microsoft.Maui.Controls.Xaml.IMarkupExtension<global::Microsoft.Maui.Controls.BindingBase>)appThemeBindingExtension70).ProvideValue(xamlServiceProvider232); | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(bindingBase70!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(bindingBase70!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 49); | |
| setter242.Value = (object)bindingBase70; | |
| var setter246 = new global::Microsoft.Maui.Controls.Setter {Property = global::Microsoft.Maui.Controls.TabbedPage.SelectedTabColorProperty, Value = bindingBase70}; | |
| if (global::Microsoft.Maui.VisualDiagnostics.GetSourceInfo(setter246!) == null) | |
| global::Microsoft.Maui.VisualDiagnostics.RegisterSourceInfo(setter246!, new global::System.Uri(@"Benchmark.xaml;assembly=Microsoft.Maui.Controls.Xaml.UnitTests", global::System.UriKind.Relative), 441, 14); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.Controls.Setter>)style55.Setters).Add((global::Microsoft.Maui.Controls.Setter)setter246); | |
| return style55; | |
| }, shared: true); | |
| label.SetValue(global::Microsoft.Maui.Controls.Label.TextProperty, "Welcome to .NET MAUI!"); | |
| label.SetValue(global::Microsoft.Maui.Controls.View.VerticalOptionsProperty, global::Microsoft.Maui.Controls.LayoutOptions.Center); | |
| label.SetValue(global::Microsoft.Maui.Controls.View.HorizontalOptionsProperty, global::Microsoft.Maui.Controls.LayoutOptions.Center); | |
| ((global::System.Collections.Generic.ICollection<global::Microsoft.Maui.IView>)verticalStackLayout.Children).Add((global::Microsoft.Maui.IView)label); | |
| __root.SetValue(global::Microsoft.Maui.Controls.ContentPage.ContentProperty, verticalStackLayout); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment