37 writes to GetCustomAttributesAction
System.Xaml.Tests (37)
System\Xaml\XamlMemberTests.cs (37)
407GetCustomAttributesAction = (attributeType, inherit) => new object[] { new XamlDeferLoadAttribute(typeof(int), typeof(string)) } 418GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 429GetCustomAttributesAction = (attributeType, inherit) => new object[] { new XamlDeferLoadAttribute(typeof(int), typeof(string)) } 482GetCustomAttributesAction = (attributeType, inherit) => null! 496GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 510GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() } 582GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DependsOnAttribute(nameof(DataClass.Property))!, new DependsOnAttribute(""), new DependsOnAttribute(nameof(DataClass.Event)) } 593GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 604GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DependsOnAttribute(nameof(DataClass.Property))!, new DependsOnAttribute(""), new DependsOnAttribute(nameof(DataClass.Event)) } 642GetCustomAttributesAction = (attributeType, inherit) => null! 656GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 670GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() } 684GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DependsOnAttribute(null!) } 1293GetCustomAttributesAction = (attributeType, inherit) => new object[] { new MarkupExtensionBracketCharactersAttribute('a', 'b') } 1304GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 1315GetCustomAttributesAction = (attributeType, inherit) => new object[] { new MarkupExtensionBracketCharactersAttribute('a', 'b') } 1360GetCustomAttributesAction = (attributeType, inherit) => null! 1374GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 1388GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() } 1427GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) } 1438GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 1449GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) } 1484GetCustomAttributesAction = (attributeType, inherit) => null! 1497GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 1510GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() } 1697GetCustomAttributesAction = (attributeType, inherit) => new object[] { new TypeConverterAttribute(typeof(string)) } 1708GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 1719GetCustomAttributesAction = (attributeType, inherit) => new object[] { new TypeConverterAttribute(typeof(int)) } 1774GetCustomAttributesAction = (attributeType, inherit) => null! 1788GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 1802GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() } 2048GetCustomAttributesAction = (attributeType, inherit) => new object[] { new ValueSerializerAttribute(typeof(string)) } 2059GetCustomAttributesAction = (attributeType, inherit) => Array.Empty<object>() 2070GetCustomAttributesAction = (attributeType, inherit) => new object[] { new ValueSerializerAttribute(typeof(int)) } 2125GetCustomAttributesAction = (attributeType, inherit) => null! 2139GetCustomAttributesAction = (attributeType, inherit) => new object?[] { null }! 2153GetCustomAttributesAction = (attributeType, inherit) => new object[] { new object() }
2 references to GetCustomAttributesAction
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.cs (2)
2341if (GetCustomAttributesAction is null) 2346return GetCustomAttributesAction(attributeType, inherit);