50 overrides of PropertyType
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
472public override Type PropertyType { 553public override Type PropertyType {
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
99public override Type PropertyType {
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
398public override Type PropertyType {
compmod\system\componentmodel\TypeConverter.cs (1)
498public override Type PropertyType {
System.Activities (2)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
191public override Type PropertyType
System\Activities\WorkflowDataContext.cs (1)
223public override Type PropertyType
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
981public override Type PropertyType { get { return _parent.PropertyType; } }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
630public override Type PropertyType
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
54public override Type PropertyType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
66public override Type PropertyType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1301public override Type PropertyType
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
132public override Type PropertyType
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
44public override Type PropertyType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
36public override Type PropertyType { get { return _descriptor.PropertyType; } }
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
981public override Type PropertyType { get { return _parent.PropertyType; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
630public override Type PropertyType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
54public override Type PropertyType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
66public override Type PropertyType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1301public override Type PropertyType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
132public override Type PropertyType
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
44public override Type PropertyType
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
93public override Type PropertyType {
fx\src\data\System\Data\Common\dbenumerator.cs (1)
130public override Type PropertyType {
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
55public override Type PropertyType {
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (1)
42public override Type PropertyType {
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
40public override Type PropertyType {
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
120public override Type PropertyType
System.Web (3)
UI\ListSourceHelper.cs (1)
96public override Type PropertyType {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
125public override Type PropertyType {
UI\WebControls\XmlHierarchyData.cs (1)
213public override Type PropertyType {
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
917 public override Type PropertyType
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
67public override Type PropertyType {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
64public override Type PropertyType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
7043public override Type PropertyType {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
507public override Type PropertyType {
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
133public override Type PropertyType {
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
917 public override Type PropertyType
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
243public override Type PropertyType 440public override Type PropertyType
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1530public override Type PropertyType
AuthoringOM\Design\PropertyDescriptors.cs (1)
911public override Type PropertyType
AuthoringOM\Serializer\ModifyActivitiesPropertyDescriptor.cs (1)
57public override Type PropertyType
Shared\BasePropertyDescriptor.cs (2)
242public override Type PropertyType 439public override Type PropertyType
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
1602public override Type PropertyType 1662public override Type PropertyType
System.Xml.Linq (1)
System\Xml\Linq\XComponentModel.cs (1)
67public override Type PropertyType {
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
304public override Type PropertyType
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
453public override Type PropertyType { get { return _dp.PropertyType; } }
166 references to PropertyType
PresentationFramework (5)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1160sourceType = pd.PropertyType;
src\Framework\System\Windows\Data\CollectionView.cs (1)
1512list.Add(new ItemPropertyInfo(pd.Name, pd.PropertyType, pd));
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
778get { return _descriptor.PropertyType; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
911!typeof(IList).IsAssignableFrom(descriptor.PropertyType)) 1479if (descriptor.PropertyType == typeof(Type))
System (10)
compmod\system\componentmodel\ComponentResourceManager.cs (1)
154if (prop != null && !prop.IsReadOnly && (kvp.Value == null || prop.PropertyType.IsInstanceOfType(kvp.Value))) {
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
474return property.PropertyType;
compmod\system\componentmodel\PropertyDescriptor.cs (7)
101converter = TypeDescriptor.GetConverter(PropertyType); 198&& pd.PropertyType == this.PropertyType 219return TypeDescriptor.CreateInstance(null, type, typeArgs, new object[] {PropertyType}); 269return TypeDescriptor.GetProperties(PropertyType, filter); 323editor = TypeDescriptor.GetEditor(PropertyType, editorBaseType); 354return this.NameHashCode ^ PropertyType.GetHashCode();
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
154this.type = oldReflectPropertyDescriptor.PropertyType;
System.Activities (14)
System\Activities\Activity.cs (7)
1466ActivityUtilities.TryGetArgumentDirectionAndType(propertyDescriptor.PropertyType, out direction, out argumentType)) 1472if (propertyDescriptor.PropertyType.IsGenericType) 1481ActivityUtilities.IsVariableType(propertyDescriptor.PropertyType)) 1490ActivityUtilities.IsActivityType(propertyDescriptor.PropertyType)) 1496ActivityUtilities.IsActivityDelegateType(propertyDescriptor.PropertyType)) 1516else if (ActivityUtilities.IsArgumentDictionaryType(propertyDescriptor.PropertyType, out innerType)) 1526if (!foundMatch && ActivityUtilities.IsKnownCollectionType(propertyDescriptor.PropertyType, out innerType))
System\Activities\ActivityDelegate.cs (1)
121if (ActivityUtilities.TryGetDelegateArgumentDirectionAndType(propertyDescriptor.PropertyType, out direction, out innerType))
System\Activities\RuntimeArgument.cs (6)
198Fx.Assert(this.bindingProperty.PropertyType.IsGenericType, "We only support arguments that are generic types in our reflection walk."); 200argument = (Argument) Activator.CreateInstance(this.bindingProperty.PropertyType); 226if (property.Name == this.Name && property.PropertyType.IsGenericType) 230if (ActivityUtilities.TryGetArgumentDirectionAndType(property.PropertyType, out direction, out argumentType)) 252if (targetProperty.PropertyType.IsGenericType) 254argument = (Argument)Activator.CreateInstance(targetProperty.PropertyType);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
981public override Type PropertyType { get { return _parent.PropertyType; } }
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
164return propertyDescriptor.PropertyType;
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
133{ get { return _parent.PropertyType; } }
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1098if (displayNameProperty != null && displayNameProperty.PropertyType.Equals(typeof(string)))
System.ComponentModel.DataAnnotations (3)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
36public override Type PropertyType { get { return _descriptor.PropertyType; } }
DataAnnotations\ValidationAttributeStore.cs (2)
213PropertyStoreItem item = new PropertyStoreItem(property.PropertyType, GetExplicitAttributes(property).Cast<Attribute>()); 233IEnumerable<Attribute> typeAttributes = TypeDescriptor.GetAttributes(propertyDescriptor.PropertyType).Cast<Attribute>();
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
981public override Type PropertyType { get { return _parent.PropertyType; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
164return propertyDescriptor.PropertyType;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
133{ get { return _parent.PropertyType; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1098if (displayNameProperty != null && displayNameProperty.PropertyType.Equals(typeof(string)))
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);
fx\src\data\System\Data\xmlsaver.cs (1)
120Type type = pd.PropertyType;
fx\src\data\System\Data\XMLSchema.cs (2)
55Type type = pd.PropertyType; 263Type type = pd.PropertyType;
System.Data.Entity (1)
System\Data\Objects\DataRecordObjectView.cs (1)
166propertyDescriptors = TypeDescriptor.GetProperties(GetListItemType(propertyDescriptor.PropertyType));
System.Data.Linq (4)
SortableBindingList.cs (4)
45Type propertyType = prop.PropertyType; 70if (OkWithIComparable(prop.PropertyType)) { 71Type comparerType = typeof(Comparer<>).MakeGenericType(prop.PropertyType); 76else if (OkWithToString(prop.PropertyType)) {
System.Web (13)
Compilation\AppSettingsExpressionBuilder.cs (2)
67if (propDesc.PropertyType != typeof(string)) { 73throw new InvalidOperationException(SR.GetString(SR.AppSetting_not_convertible, value, propDesc.PropertyType.Name, propDesc.Name));
Compilation\RouteValueExpressionBuilder.cs (1)
56if (propDesc.PropertyType != typeof(string)) {
ModelBinding\AssociatedMetadataProvider.cs (1)
63ModelMetadata result = CreateMetadata(attributes, containerType, modelAccessor, propertyDescriptor.PropertyType, propertyDescriptor.Name);
ModelBinding\MutableObjectModelBinder.cs (1)
207if (value != null || TypeHelpers.TypeAllowsNullValue(propertyDescriptor.PropertyType)) {
UI\WebControls\AdRotator.cs (1)
370if (IsBindableType(pd.PropertyType)) {
UI\WebControls\DataGrid.cs (1)
945Type propType = pd.PropertyType;
UI\WebControls\DetailsViewRowsGenerator.cs (1)
73Type propertyType = pd.PropertyType;
UI\WebControls\GridViewColumnsGenerator.cs (1)
119Type propertyType = pd.PropertyType;
UI\WebControls\ObjectDataSourceView.cs (1)
700object value = BuildObjectValue(de.Value, pd.PropertyType, propName, ParsingCulture);
UI\WebParts\PropertyGridEditorPart.cs (3)
141_errorMessages[i] = SR.GetString(SR.EditorPart_ErrorConvertingPropertyWithType, pd.PropertyType.FullName); 193Type propertyType = pd.PropertyType; 337Type propertyType = pd.PropertyType;
System.Web.DataVisualization (5)
Common\Converters\CustomAttributesConverters.cs (1)
921 return this._basePropertyDescriptor.PropertyType;
Common\DataManager\DataPoint.cs (1)
1500columnDataType = descriptor.PropertyType;
Common\General\Chart.cs (2)
579if (!usedForYValue || pd.PropertyType != typeof(string)) 593if (!usedForYValue || pd.PropertyType != typeof(string))
Common\Utilities\XmlSerializer.cs (1)
1093return TypeDescriptor.GetConverter(pd.PropertyType);
System.Web.DynamicData (2)
DynamicData\ModelProviders\SimpleColumnProvider.cs (2)
13if (propertyDescriptor.PropertyType == null) { 17ColumnType = propertyDescriptor.PropertyType;
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (1)
847propValue = EntityDataSourceUtil.ConvertType(propValue, propertyDescriptor.PropertyType, propertyDescriptor.Name);
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
101Type propertyType = property.PropertyType;
System.Web.Extensions (3)
UI\WebControls\DataSourceHelper.cs (1)
145object value = BuildObjectValue(de.Value, property.PropertyType, propName);
UI\WebControls\LinqDataSourceView.cs (1)
847if (property.PropertyType.IsSerializable && !property.IsReadOnly) {
UI\WebControls\QueryableDataSourceView.cs (1)
592if (include(p) && p.PropertyType.IsSerializable) {
System.Web.Mobile (14)
Mobile\MobileCapabilities.cs (1)
121bool invariantCultureIgnoreCase = (propertyDescriptor.PropertyType == typeof(bool) && parameter != null);
UI\MobileControls\Design\MobileControlPersister.cs (9)
113Debug.Assert(typeof(ICollection).IsAssignableFrom(propDesc.PropertyType), 371if (propDescs[i].PropertyType == typeof(string)) { 389else if (typeof(ITemplate).IsAssignableFrom(propDescs[i].PropertyType)) { 401typeof(IDictionary).IsAssignableFrom(propDescs[i].PropertyType)) { 410else if (typeof(ICollection).IsAssignableFrom(propDescs[i].PropertyType)) { 451Debug.Assert(propDesc.PropertyType == typeof(string), 493properties = TypeDescriptor.GetProperties(propDesc.PropertyType, 535Type propType = properties[i].PropertyType; 692Debug.Assert(typeof(ITemplate).IsAssignableFrom(propDesc.PropertyType),
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
788property.PropertyType.FullName 917property.PropertyType
UI\MobileControls\DeviceSpecificChoice.cs (1)
225Type type = pd.PropertyType;
UI\MobileControls\ObjectList.cs (1)
855if (IsBindableType(pd.PropertyType))
System.Windows.Forms (54)
misc\ImageListUtils.cs (1)
40if (typeof(ImageList).IsAssignableFrom(prop.PropertyType)) {
winforms\Managed\System\WinForms\AxHost.cs (3)
1386if (prop != null && prop.PropertyType == typeof(int)) { 2671if (prop != null && prop.PropertyType == typeof(int)) { 7045return baseProp.PropertyType;
winforms\Managed\System\WinForms\Binding.cs (5)
556propType = propInfo.PropertyType; 559if (tempPropIsNullInfo != null && tempPropIsNullInfo.PropertyType == typeof(bool) && !tempPropIsNullInfo.IsReadOnly) 731return Formatter.ParseObject(value, type, (value == null ? propInfo.PropertyType : value.GetType()), fieldInfoConverter, propInfoConverter, formatInfo, nullValue, GetDataSourceNullValue(type)); 771Type type = propInfo.PropertyType; 1081if (propInfo.PropertyType == typeof(object)) {
winforms\Managed\System\WinForms\BindingContext.cs (1)
368if (typeof(IList).IsAssignableFrom(prop.PropertyType))
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (1)
198return this.GetItemProperties(itemProps[j].PropertyType, offset + 1, dataSources, listAccessors);
winforms\Managed\System\WinForms\BindToObject.cs (1)
160return fieldInfo == null ? null : fieldInfo.PropertyType;
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
387if (!typeof(IList).IsAssignableFrom(prop.PropertyType) && prop.Name.Equals(this.HeaderText))
winforms\Managed\System\WinForms\DataGridTable.cs (3)
1449return typeof(IList).IsAssignableFrom(prop.PropertyType) && !typeof(Array).IsAssignableFrom(prop.PropertyType); 1460Type dataType = prop.PropertyType;
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (3)
181if (this.PropertyDescriptor.PropertyType != typeof(object)) { 182this.typeConverter = TypeDescriptor.GetConverter(this.PropertyDescriptor.PropertyType); 183this.parseMethod = this.PropertyDescriptor.PropertyType.GetMethod("Parse", new Type[]{typeof(string), typeof(IFormatProvider)});
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
407return this.DisplayMemberProperty.PropertyType; 411return this.ValueMemberProperty.PropertyType; 714return this.ValueMemberProperty.PropertyType; 718return this.DisplayMemberProperty.PropertyType;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (5)
432return this.props[boundColumnIndex].PropertyType; 1024if (typeof(IList).IsAssignableFrom(this.props[i].PropertyType)) 1029if (!imageTypeConverter.CanConvertFrom(this.props[i].PropertyType)) 1035DataGridViewColumn dataGridViewColumn = GetDataGridViewColumnFromType(this.props[i].PropertyType); 1045dataGridViewColumn.ValueType = this.props[i].PropertyType;
winforms\Managed\System\WinForms\ImageIndexConverter.cs (1)
103if (typeof(ImageList).IsAssignableFrom(prop.PropertyType)) {
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
118if (typeof(ImageList).IsAssignableFrom(prop.PropertyType)) {
winforms\Managed\System\WinForms\ListBindingHelper.cs (6)
124type = pd.PropertyType; 314if (dmProp == null || dmProp.PropertyType is ICustomTypeDescriptor) { 319return GetListItemType(dmProp.PropertyType); 364Type subType = listAccessors[startIndex].PropertyType; 413pdc = GetListItemPropertiesByType(listAccessors[startIndex].PropertyType, listAccessors, startIndex); 477pdc = GetListItemPropertiesByType(listAccessors[startIndex].PropertyType, listAccessors, startIndex);
winforms\Managed\System\WinForms\ListControl.cs (2)
308if (typeof(IList).IsAssignableFrom(props[i].PropertyType)) 316if (typeof(IList).IsAssignableFrom(props[i].PropertyType))
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3366Type propertyType = changedItem.PropertyDescriptor.PropertyType;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1365if (property != null && property.PropertyType == propertyType) {
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
135return descriptors[0].PropertyType;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (4)
285string entryName = basePd.Name + " " + basePd.PropertyType.FullName; 295string sortString = pd.Name + " " + pd.PropertyType.FullName; 342result = String.Compare(a1.PropertyType.FullName, a2.PropertyType.FullName, true, System.Globalization.CultureInfo.CurrentCulture);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
292return propertyInfo.PropertyType;
winforms\Managed\System\WinForms\RelatedCurrencyManager.cs (2)
46if (fieldInfo == null || !typeof(IList).IsAssignableFrom(fieldInfo.PropertyType)) { 49this.finalType = fieldInfo.PropertyType;
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
86return fieldInfo.PropertyType;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
457if (prop != null && prop.PropertyType == typeof(string)) { 534if (prop != null && prop.PropertyType == typeof(string)) {
winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs (1)
99if (typeof(ImageList).IsAssignableFrom(prop.PropertyType)) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
805if (prop != null && prop.PropertyType == typeof(int)) { 1139if (prop != null && prop.PropertyType == typeof(int)) {
System.Windows.Forms.DataVisualization (5)
Common\Converters\CustomAttributesConverters.cs (1)
921 return this._basePropertyDescriptor.PropertyType;
Common\DataManager\DataPoint.cs (1)
1500columnDataType = descriptor.PropertyType;
Common\General\Chart.cs (2)
579if (!usedForYValue || pd.PropertyType != typeof(string)) 593if (!usedForYValue || pd.PropertyType != typeof(string))
Common\Utilities\XmlSerializer.cs (1)
1093return TypeDescriptor.GetConverter(pd.PropertyType);
System.Workflow.Activities (2)
Common\BasePropertyDescriptor.cs (2)
83baseType = property.PropertyType; 247return this.realPropertyDescriptor.PropertyType;
System.Workflow.ComponentModel (16)
AuthoringOM\Design\ComponentSerializationService.cs (1)
629return this.realPropDesc.PropertyType;
AuthoringOM\Design\CustomActivityDesigner.cs (2)
888if (TypeProvider.IsAssignable(typeof(ActivityBind), propertyDescriptor.PropertyType)) 897newCustomProperty.Type = propertyDescriptor.PropertyType.FullName;
AuthoringOM\Design\DesignerHelpers.cs (1)
1341if (!property.PropertyType.IsPrimitive)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1534return this.realPropertyDescriptor.PropertyType;
AuthoringOM\Design\PropertyDescriptors.cs (4)
194if (typeof(Type).IsAssignableFrom(propDesc.PropertyType) && !(propDesc is ParameterInfoBasedPropertyDescriptor)) 198else if (typeof(Type).IsAssignableFrom(propDesc.PropertyType)) 678if (propertyDescriptor.PropertyType == typeof(ActivityBind)) 915return this.realPropertyDescriptor.PropertyType;
AuthoringOM\Design\Themes.cs (1)
3260return Enum.Parse(context.PropertyDescriptor.PropertyType, (string)value);
AuthoringOM\Design\TypeConverters.cs (1)
362realTypeConverter = TypeDescriptor.GetConverter(currentContext.PropertyDescriptor.PropertyType);
AuthoringOM\Design\UITypeEditors.cs (3)
84if (value != null && typeDescriptorContext.PropertyDescriptor.PropertyType != typeof(string) && typeDescriptorContext.PropertyDescriptor.Converter != null && typeDescriptorContext.PropertyDescriptor.Converter.CanConvertTo(typeof(string))) 91if (typeDescriptorContext.PropertyDescriptor.PropertyType == typeof(Type)) 93else if (typeDescriptorContext.PropertyDescriptor.PropertyType == typeof(string))
Shared\BasePropertyDescriptor.cs (2)
82baseType = property.PropertyType; 246return this.realPropertyDescriptor.PropertyType;