Property IsConstructorArgument
IsConstructorArgument
Returns true when this property represents a constructor argument. When true, PropertyDescriptor and DependencyProperty are both null. XAML only uses this for represnting the constructor parameters of MarkupExtension instances.
public virtual bool IsConstructorArgument { get; }