10 references to IsDefined
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
154return Attribute.IsDefined(element, attributeType);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (2)
40Fx.Assert(flagType == null || Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should be null or have flags attribute"); 113Fx.Assert(Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should have flags attribute");
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
30Fx.Assert(Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should have flags attribute");
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (2)
40Fx.Assert(flagType == null || Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should be null or have flags attribute"); 113Fx.Assert(Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should have flags attribute");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagStringConverter.cs (1)
30Fx.Assert(Attribute.IsDefined(flagType, typeof(FlagsAttribute)), "FlagType should have flags attribute");
System.Data.Linq (1)
SqlClient\Query\Funcletizer.cs (1)
134|| Attribute.IsDefined(m.Method, typeof(FunctionAttribute));
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
731else if (Attribute.IsDefined(memberInfo, typeof(DesignerSerializationVisibilityAttribute)))
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
729else if (Attribute.IsDefined(memberInfo, typeof(DesignerSerializationVisibilityAttribute)))