10 references to IsDefined
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
154
return Attribute.
IsDefined
(element, attributeType);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (2)
40
Fx.Assert(flagType == null || Attribute.
IsDefined
(flagType, typeof(FlagsAttribute)), "FlagType should be null or have flags attribute");
113
Fx.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)
30
Fx.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)
40
Fx.Assert(flagType == null || Attribute.
IsDefined
(flagType, typeof(FlagsAttribute)), "FlagType should be null or have flags attribute");
113
Fx.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)
30
Fx.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)
731
else if (Attribute.
IsDefined
(memberInfo, typeof(DesignerSerializationVisibilityAttribute)))
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
729
else if (Attribute.
IsDefined
(memberInfo, typeof(DesignerSerializationVisibilityAttribute)))