3 references to IsDefined
PresentationCore (1)
ModuleInitializer.cs (1)
44if (assemblyApp != null && Attribute.IsDefined(assemblyApp, typeof(System.Windows.Media.DisableDpiAwarenessAttribute)))
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
149return Attribute.IsDefined(element, attributeType);
System\Reflection\Attribute.NativeAot.cs (1)
92public static bool IsDefined(Assembly element, Type attributeType, bool inherit) => IsDefined(element, attributeType); // "inherit" is meaningless for assemblies