2 references to IsDefined
PresentationCore (1)
ModuleInitializer.cs (1)
41
if (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)
149
return Attribute.
IsDefined
(element, attributeType);