2 overrides of LookupCustomAttributeProvider
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
351
protected override ICustomAttributeProvider
LookupCustomAttributeProvider
()
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
71
protected 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)
73
return LookupCustomAttributeProviderResult.Or(base.
LookupCustomAttributeProvider
);
Common\SubXamlType.cs (1)
41
public ICustomAttributeProvider LookupCustomAttributeProviderEntry() =>
LookupCustomAttributeProvider
();