17 implementations of PropertyDescriptor
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TypeContext.cs (1)
123public PropertyDescriptor PropertyDescriptor
PresentationFramework (10)
MS\Internal\Data\DefaultValueConverter.cs (1)
797public PropertyDescriptor PropertyDescriptor { get { return null; } }
System\Windows\Controls\ContentPresenter.cs (1)
1144PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor { get { return null; } }
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
173System.ComponentModel.PropertyDescriptor System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
98PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Baml2006\TypeConverterMarkupExtension.cs (1)
61PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
668PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor 1249public PropertyDescriptor PropertyDescriptor
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1498public PropertyDescriptor PropertyDescriptor
System\Windows\Markup\TypeContext.cs (1)
123public PropertyDescriptor PropertyDescriptor
System\Windows\TemplateContent.cs (1)
1503PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
ReachFramework (1)
Serialization\Manager\XpsTokenContext.cs (1)
180PropertyDescriptor
System.Xaml (2)
System\Xaml\Context\ServiceProviderContext.cs (1)
109PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor
System\Xaml\XamlObjectReader.cs (1)
2812public PropertyDescriptor PropertyDescriptor
System.Xaml.Tests (3)
System\Windows\Markup\NameReferenceConverterTests.cs (1)
203public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Markup\ValueSerializerTests.cs (1)
450public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
49public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException();
1 reference to PropertyDescriptor
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1254return _baseContext.PropertyDescriptor;