2 references to IsDefined
PresentationCore (1)
ModuleInitializer.cs (1)
41if (assemblyApp != null && Attribute.IsDefined(assemblyApp, typeof(System.Windows.Media.DisableDpiAwarenessAttribute)))
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
149return Attribute.IsDefined(element, attributeType);