49 overrides of ComponentType
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
460public override Type ComponentType { 541public override Type ComponentType {
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
81public override Type ComponentType {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
306public override Type ComponentType {
compmod\system\componentmodel\TypeConverter.cs (1)
475public override Type ComponentType {
System.Activities (2)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
157public override Type ComponentType
System\Activities\WorkflowDataContext.cs (1)
208public override Type ComponentType
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
962public override Type ComponentType { get { return _parent.ComponentType; } }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
614public override Type ComponentType
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
41public override Type ComponentType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
55public override Type ComponentType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1288public override Type ComponentType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
128public override Type ComponentType
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
31public override Type ComponentType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
23public override Type ComponentType { get { return _descriptor.ComponentType; } }
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
962public override Type ComponentType { get { return _parent.ComponentType; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
614public override Type ComponentType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
41public override Type ComponentType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
55public override Type ComponentType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1288public override Type ComponentType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
128public override Type ComponentType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
31public override Type ComponentType
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
83public override Type ComponentType {
fx\src\data\System\Data\Common\dbenumerator.cs (1)
118public override Type ComponentType {
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
43public override Type ComponentType {
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (1)
30public override Type ComponentType {
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
28public override Type ComponentType {
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
112public override Type ComponentType
System.Web (3)
UI\ListSourceHelper.cs (1)
84public override Type ComponentType {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
113public override Type ComponentType {
UI\WebControls\XmlHierarchyData.cs (1)
201public override Type ComponentType {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
869 public override Type ComponentType
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
44public override Type ComponentType {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
54public override Type ComponentType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
7010public override Type ComponentType {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
367public override Type ComponentType {
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
55public override Type ComponentType {
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
869 public override Type ComponentType
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
235public override Type ComponentType 403public override Type ComponentType
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1523public override Type ComponentType
AuthoringOM\Design\PropertyDescriptors.cs (1)
904public override Type ComponentType
AuthoringOM\Serializer\ModifyActivitiesPropertyDescriptor.cs (1)
36public override Type ComponentType
Shared\BasePropertyDescriptor.cs (2)
234public override Type ComponentType 402public override Type ComponentType
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1533public override Type ComponentType
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
59public override Type ComponentType {
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
277public override Type ComponentType
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
441public override Type ComponentType { get { return _componentType; } }
44 references to ComponentType
PresentationFramework (4)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
707: (oldPD != null) ? oldPD.ComponentType 877: (newPD != null) ? newPD.ComponentType
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
892typeof(FrameworkTemplate).IsAssignableFrom(descriptor.ComponentType) &&
src\Framework\System\Windows\PropertyPathConverter.cs (1)
239type = pd.ComponentType;
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
462return property.ComponentType;
compmod\system\componentmodel\PropertyDescriptor.cs (3)
390if (ComponentType != null) { 392(ComponentType.Assembly.FullName.Equals(typeFromGetType.Assembly.FullName))) { 399typeFromComponent = ComponentType.Assembly.GetType(typeName);
compmod\system\componentmodel\TypeDescriptor.cs (1)
713if (componentType == oldPropertyDescriptor.ComponentType)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
962public override Type ComponentType { get { return _parent.ComponentType; } }
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
129{ get { return _parent.ComponentType; } }
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
23public override Type ComponentType { get { return _descriptor.ComponentType; } }
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
962public override Type ComponentType { get { return _parent.ComponentType; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
129{ get { return _parent.ComponentType; } }
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
371reflected.ComponentType, reflected.PropertyType, reflected.IsReadOnly, attributes);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1026reflected.ComponentType, reflected.PropertyType, isReadonly, attributes);
System.Data.Linq (1)
SortableBindingList.cs (1)
64if (prop.ComponentType != typeof(T)) {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
873 return _basePropertyDescriptor.ComponentType;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
7012return baseProp.ComponentType;
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
177nsProp = TypeDescriptor.CreateProperty(nsProp.ComponentType, nsProp, MergablePropertyAttribute.No);
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
57return descriptors[0].ComponentType;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
137Type componentType = propertyInfo.ComponentType; 153componentType = componentProperty.ComponentType;
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
873 return _basePropertyDescriptor.ComponentType;
System.Workflow.Activities (3)
Common\BasePropertyDescriptor.cs (3)
239return this.realPropertyDescriptor.ComponentType; 663object key = DependencyProperty.FromName(this.RealPropertyDescriptor.Name, this.RealPropertyDescriptor.ComponentType); 667key = this.RealPropertyDescriptor.ComponentType.FullName + "." + this.RealPropertyDescriptor.Name;
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ComponentSerializationService.cs (1)
819return this.realPropDesc.ComponentType;
AuthoringOM\Design\CustomActivityDesigner.cs (2)
347PropertyDescriptor baseActivityTypePropertyDescriptor = TypeDescriptor.CreateProperty(realBaseActivityTypePropertyDescriptor.ComponentType, realBaseActivityTypePropertyDescriptor, DesignerSerializationVisibilityAttribute.Visible); 902DependencyProperty dependencyProperty = DependencyProperty.FromName(propertyDescriptor.Name, propertyDescriptor.ComponentType);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1527return this.realPropertyDescriptor.ComponentType;
AuthoringOM\Design\PropertyDescriptors.cs (5)
183if (string.Equals(propDesc.Name, "Name", StringComparison.Ordinal) && typeof(Activity).IsAssignableFrom(propDesc.ComponentType)) 431DependencyProperty dependencyProperty = DependencyProperty.FromName(context.PropertyDescriptor.Name, context.PropertyDescriptor.ComponentType); 689DependencyProperty dependencyProperty = DependencyProperty.FromName(propertyDescriptor.Name, propertyDescriptor.ComponentType); 690if (typeof(DependencyObject).IsAssignableFrom(propertyDescriptor.ComponentType) && dependencyProperty != null && !dependencyProperty.DefaultMetadata.IsMetaProperty) 908return this.realPropertyDescriptor.ComponentType;
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
171if (string.Equals(pd.Name, "SynchronizationHandles", StringComparison.Ordinal) && TypeProvider.IsAssignable(typeof(Activity), pd.ComponentType))
Shared\BasePropertyDescriptor.cs (3)
238return this.realPropertyDescriptor.ComponentType; 662object key = DependencyProperty.FromName(this.RealPropertyDescriptor.Name, this.RealPropertyDescriptor.ComponentType); 666key = this.RealPropertyDescriptor.ComponentType.FullName + "." + this.RealPropertyDescriptor.Name;
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
48_componentType = property.ComponentType; 626reflectionType = TypeDescriptor.GetReflectionType(_property.ComponentType);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
331if (dp != null || typeof(DependencyObject).IsAssignableFrom(prop.ComponentType))
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
109dpd = new DependencyPropertyDescriptor(property, property.Name, property.ComponentType, dp, isAttached);