15 references to GetCustomAttributes
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (1)
3162foreach (CustomAttributeData data in CustomAttributeData.GetCustomAttributes(member))
system\rttype.cs (1)
1789IList<CustomAttributeData> attrs = CustomAttributeData.GetCustomAttributes(t);
system\runtime\interopservices\marshal.cs (1)
2355IList<CustomAttributeData> cas = CustomAttributeData.GetCustomAttributes(type);
PresentationBuildTasks (6)
Framework\System\Windows\Markup\ParserContext.cs (1)
887IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4886IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(collectionType); 5669IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(baseType);
Shared\System\Windows\Markup\ReflectionHelper.cs (3)
202IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 214IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(t); 258IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType);
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
887IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
86IList<CustomAttributeData> cas =CustomAttributeData.GetCustomAttributes(_typeInfo.ReflectionType);
System\Addin\Hosting\Utils.cs (1)
61foreach (CustomAttributeData ca in CustomAttributeData.GetCustomAttributes(inspectType))
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
202IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 258IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
306IList<CustomAttributeData> cads = CustomAttributeData.GetCustomAttributes(t);