49 implementations of PropertyDescriptor
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TypeContext.cs (1)
121public PropertyDescriptor PropertyDescriptor
PresentationCore.Tests (3)
System\Windows\Input\Command\KeyGestureConverter.Tests.cs (1)
224public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\Command\MouseGestureConverter.Tests.cs (1)
212public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\MouseActionConverter.Tests.cs (1)
192public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException();
PresentationFramework (10)
MS\Internal\Data\DefaultValueConverter.cs (1)
791public PropertyDescriptor PropertyDescriptor { get { return null; } }
System\Windows\Controls\ContentPresenter.cs (1)
1148PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor { get { return null; } }
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
170System.ComponentModel.PropertyDescriptor System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
94PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Baml2006\TypeConverterMarkupExtension.cs (1)
58PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
656PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor 1236public PropertyDescriptor PropertyDescriptor
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1493public PropertyDescriptor PropertyDescriptor
System\Windows\Markup\TypeContext.cs (1)
121public PropertyDescriptor PropertyDescriptor
System\Windows\TemplateContent.cs (1)
1507PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
ReachFramework (1)
Serialization\Manager\XpsTokenContext.cs (1)
168PropertyDescriptor
System.Drawing.Common.Tests (1)
System\Drawing\Printing\MarginsConverterTests.cs (1)
152public PropertyDescriptor PropertyDescriptor { get { return null; } }
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
608public override PropertyDescriptor? PropertyDescriptor => null;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (1)
25public PropertyDescriptor PropertyDescriptor { get; }
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
124PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Windows\Forms\Design\EditorServiceContext.cs (1)
98PropertyDescriptor? ITypeDescriptorContext.PropertyDescriptor => _targetProperty;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataMemberFieldConverterTests.cs (1)
57public PropertyDescriptor PropertyDescriptor { get { return null; } }
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeViewImageIndexConverterTests.cs (1)
110public PropertyDescriptor PropertyDescriptor => _propertyDescriptor;
System.Xaml (2)
System\Xaml\Context\ServiceProviderContext.cs (1)
106PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Xaml\XamlObjectReader.cs (1)
2828public PropertyDescriptor PropertyDescriptor
System.Xaml.Tests (8)
System\Windows\Markup\NameReferenceConverterTests.cs (1)
201public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Markup\ValueSerializerTests.cs (1)
449public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
48public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Xaml\Replacements\EventConverterTests.cs (1)
198public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Xaml\Replacements\TypeListConverterTests.cs (1)
90public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Xaml\Replacements\TypeTypeConverterTests.cs (1)
288public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeNameTests.cs (1)
474public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (1)
286public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
WindowsBase.Tests (17)
System\Windows\Converters\Int32RectValueSerializerTests.cs (1)
114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Converters\PointValueSerializerTests.cs (1)
114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Converters\RectValueSerializerTests.cs (1)
123public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Converters\SizeValueSerializerTests.cs (1)
123public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Converters\VectorValueSerializerTests.cs (1)
114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\ExpressionConverterTests.cs (1)
114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\KeyConverterTests.cs (1)
435public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\KeyValueSerializerTests.cs (1)
131public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\ModifierKeysConverterTests.cs (1)
309public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Input\ModifierKeysValueSerializerTests.cs (1)
126public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Int32RectConverterTests.cs (1)
179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Media\Converters\MatrixValueSerializerTests.cs (1)
114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Media\MatrixConverterTests.cs (1)
179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\PointConverterTests.cs (1)
179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\RectConverterTests.cs (1)
189public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\SizeConverterTests.cs (1)
189public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\VectorConverterTests.cs (1)
179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
19 references to PropertyDescriptor
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1241return _baseContext.PropertyDescriptor;
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (2)
52TypeConverter typeConverter = context.PropertyDescriptor is null 54: context.PropertyDescriptor.Converter;
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (1)
81PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.PropertyDescriptor, ref instance);
System\Windows\Forms\ImageIndexConverter.cs (1)
104PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.PropertyDescriptor, ref instance);
System\Windows\Forms\ImageKeyConverter.cs (1)
110PropertyDescriptor? imageListProp = ImageListUtils.GetImageListProperty(context.PropertyDescriptor, ref instance);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageCultureInfoConverter.cs (1)
34ExtenderProvidedPropertyAttribute? attr = context?.PropertyDescriptor?.GetAttribute<ExtenderProvidedPropertyAttribute>();
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
58PropertyDescriptor? imageListProperty = GetImageListProperty(context.PropertyDescriptor!, ref instance);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
141Text = $"{_originalText} ({itemInstance.Site.Name}.{Context.PropertyDescriptor.Name})";
System.Windows.Forms.Primitives (1)
System\Windows\Forms\PaddingConverter.cs (1)
73object? original = context?.PropertyDescriptor?.GetValue(context.Instance);
System.Windows.Forms.Tests (9)
System\Windows\Forms\PaddingConverterTests.cs (3)
145.Setup(c => c.PropertyDescriptor) 361.Setup(c => c.PropertyDescriptor) 376.Setup(c => c.PropertyDescriptor)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (6)
131.Setup(c => c.PropertyDescriptor) 138mockTypeDescriptorContext.Verify(c => c.PropertyDescriptor, Times.Once()); 147.Setup(c => c.PropertyDescriptor) 154mockTypeDescriptorContext.Verify(c => c.PropertyDescriptor, Times.Exactly(2)); 163.Setup(c => c.PropertyDescriptor) 169mockTypeDescriptorContext.Verify(c => c.PropertyDescriptor, Times.Exactly(2));