2 overrides of LookupCustomAttributeProvider
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
351protected override ICustomAttributeProvider LookupCustomAttributeProvider()
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
71protected override ICustomAttributeProvider LookupCustomAttributeProvider()
3 references to LookupCustomAttributeProvider
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1423_reflector.CustomAttributeProvider = LookupCustomAttributeProvider();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
73return LookupCustomAttributeProviderResult.Or(base.LookupCustomAttributeProvider);
Common\SubXamlType.cs (1)
41public ICustomAttributeProvider LookupCustomAttributeProviderEntry() => LookupCustomAttributeProvider();