3 references to DoesAssemblyHaveCustomAttribute
System.Drawing (3)
commonui\System\Drawing\BitmapSelector.cs (3)
90return DoesAssemblyHaveCustomAttribute(assembly, assembly.GetType(typeName)); 106if (DoesAssemblyHaveCustomAttribute(assembly, typeof(BitmapSuffixInSatelliteAssemblyAttribute))) { 117if (DoesAssemblyHaveCustomAttribute(assembly, typeof(BitmapSuffixInSameAssemblyAttribute))) {