Implemented interface member:
property
IsClass
System.Runtime.InteropServices._Type.IsClass
36 references to IsClass
mscorlib (6)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
146
if (valueType.
IsClass
)
system\defaultbinder.cs (1)
468
if (pCls.
IsClass
) {
system\oleautbinder.cs (1)
77
if ((type.
IsClass
&& type != typeof(Object)) || type.IsInterface)
system\reflection\customattribute.cs (1)
275
if (type.
IsClass
)
system\runtime\interopservices\registrationservices.cs (1)
351
if (!type.
IsClass
&& !type.IsValueType)
system\runtime\remoting\remotingproxy.cs (1)
708
if(castType.
IsClass
)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
416
if (type.IsActivityTemplateFactory() && type.
IsClass
)
System.Activities.Presentation\System\Activities\Presentation\TypeUtilities.cs (1)
25
if (!candidate.
IsClass
&& !candidate.IsInterface)
System.AddIn (1)
System\Addin\Hosting\Store\AddInBase.cs (1)
44
if (type.
IsClass
&& type.IsSealed)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
416
if (type.IsActivityTemplateFactory() && type.
IsClass
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\TypeUtilities.cs (1)
25
if (!candidate.
IsClass
&& !candidate.IsInterface)
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (2)
681
if (type.
IsClass
|| TypeSystem.IsNullableType(type))
746
if (!requestedType.
IsClass
)
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
477
if (primitiveType.ClrEquivalentType.
IsClass
)
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (1)
1671
if (cons == null && metaType.Type.
IsClass
) { // structs do not need to have a constructor
SqlClient\Query\SqlSupersetValidator.cs (1)
57
&& value.ClrType.
IsClass
SqlClient\Reader\ObjectReaderCompiler.cs (1)
1753
else if (expectedType.
IsClass
&&
System.Data.Services (1)
System\Data\Services\RequestUriProcessor.cs (1)
1074
WebUtil.CheckSyntaxValid(parameterType.
IsClass
|| underlyingType != null);
System.ServiceModel (5)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (3)
333
if (!serverType.
IsClass
)
388
if (type.
IsClass
&& (type.GUID == clsid))
434
if (type.
IsClass
&& (type.GUID == clsid))
System\ServiceModel\Description\ServiceDescription.cs (1)
230
if (!serviceType.
IsClass
)
System\ServiceModel\Description\TypeLoader.cs (1)
104
if (actualContractType.
IsClass
)
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
886
if(!pi.PropertyType.
IsClass
)
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
886
if(!pi.PropertyType.
IsClass
)
System.Workflow.Activities (10)
Rules\RuleValidation.cs (10)
1166
if ((fromType.
IsClass
) && (!fromType.IsSealed))
1176
if ((toType.
IsClass
) && ((!toType.IsSealed) || (InterfaceMatch(toType.GetInterfaces(), fromType))))
1208
if (fromType0.
IsClass
)
1222
if ((toType0.
IsClass
) || (IsStruct(toType0)))
1232
if (fromType0.
IsClass
)
1246
if ((toType0.
IsClass
) || (IsStruct(toType0)))
1385
if (fromType0.
IsClass
)
1399
if (toType0.
IsClass
)
1419
if (fromType0.
IsClass
)
1433
if (toType0.
IsClass
)
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
771
else if (type.
IsClass
) {