Implemented interface member:
property
IsClass
System.Runtime.InteropServices._Type.IsClass
36 references to IsClass
mscorlib (6)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
146if (valueType.IsClass)
system\defaultbinder.cs (1)
468if (pCls.IsClass) {
system\oleautbinder.cs (1)
77if ((type.IsClass && type != typeof(Object)) || type.IsInterface)
system\reflection\customattribute.cs (1)
275if (type.IsClass)
system\runtime\interopservices\registrationservices.cs (1)
351if (!type.IsClass && !type.IsValueType)
system\runtime\remoting\remotingproxy.cs (1)
708if(castType.IsClass)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
416if (type.IsActivityTemplateFactory() && type.IsClass)
System.Activities.Presentation\System\Activities\Presentation\TypeUtilities.cs (1)
25if (!candidate.IsClass && !candidate.IsInterface)
System.AddIn (1)
System\Addin\Hosting\Store\AddInBase.cs (1)
44if (type.IsClass && type.IsSealed)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
416if (type.IsActivityTemplateFactory() && type.IsClass)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\TypeUtilities.cs (1)
25if (!candidate.IsClass && !candidate.IsInterface)
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (2)
681if (type.IsClass || TypeSystem.IsNullableType(type)) 746if (!requestedType.IsClass)
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
477if (primitiveType.ClrEquivalentType.IsClass)
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (1)
1671if (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)
1753else if (expectedType.IsClass &&
System.Data.Services (1)
System\Data\Services\RequestUriProcessor.cs (1)
1074WebUtil.CheckSyntaxValid(parameterType.IsClass || underlyingType != null);
System.ServiceModel (5)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (3)
333if (!serverType.IsClass) 388if (type.IsClass && (type.GUID == clsid)) 434if (type.IsClass && (type.GUID == clsid))
System\ServiceModel\Description\ServiceDescription.cs (1)
230if (!serviceType.IsClass)
System\ServiceModel\Description\TypeLoader.cs (1)
104if (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)
1166if ((fromType.IsClass) && (!fromType.IsSealed)) 1176if ((toType.IsClass) && ((!toType.IsSealed) || (InterfaceMatch(toType.GetInterfaces(), fromType)))) 1208if (fromType0.IsClass) 1222if ((toType0.IsClass) || (IsStruct(toType0))) 1232if (fromType0.IsClass) 1246if ((toType0.IsClass) || (IsStruct(toType0))) 1385if (fromType0.IsClass) 1399if (toType0.IsClass) 1419if (fromType0.IsClass) 1433if (toType0.IsClass)
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
771else if (type.IsClass) {