4 implementations of PropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
605
public override PropertyDescriptor?
PropertyDescriptor
=> null;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (1)
25
public PropertyDescriptor
PropertyDescriptor
{ get; }
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
124
PropertyDescriptor ITypeDescriptorContext.
PropertyDescriptor
System\Windows\Forms\Design\EditorServiceContext.cs (1)
98
PropertyDescriptor? ITypeDescriptorContext.
PropertyDescriptor
=> _targetProperty;
9 references to PropertyDescriptor
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (2)
52
TypeConverter typeConverter = context.
PropertyDescriptor
is null
54
: context.
PropertyDescriptor
.Converter;
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (1)
81
PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.
PropertyDescriptor
, ref instance);
System\Windows\Forms\ImageIndexConverter.cs (1)
104
PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.
PropertyDescriptor
, ref instance);
System\Windows\Forms\ImageKeyConverter.cs (1)
110
PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.
PropertyDescriptor
, ref instance);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageCultureInfoConverter.cs (1)
34
ExtenderProvidedPropertyAttribute? attr = context?.
PropertyDescriptor
?.GetAttribute<ExtenderProvidedPropertyAttribute>();
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
58
PropertyDescriptor? imageListProperty = GetImageListProperty(context.
PropertyDescriptor
!, ref instance);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
141
Text = $"{_originalText} ({itemInstance.Site.Name}.{Context.
PropertyDescriptor
.Name})";
System.Windows.Forms.Primitives (1)
System\Windows\Forms\PaddingConverter.cs (1)
73
object? original = context?.
PropertyDescriptor
?.GetValue(context.Instance);