Property IsKey
IsKey
Returns true when the property represents the key used by the MarkupItem's container to store the item in a dictionary. When true, the PropertyDescriptor and DependencyProperty will return null. XAML will emit this as an x:Key attribute.
public virtual bool IsKey { get; }