System.Windows.DependencyProperty.RegisterAttachedReadOnly C# (CSharp) Method

RegisterAttachedReadOnly() public static method

public static RegisterAttachedReadOnly ( string name, Type propertyType, Type ownerType, System.Windows.PropertyMetadata defaultMetadata ) : System.Windows.DependencyPropertyKey
name string
propertyType Type
ownerType Type
defaultMetadata System.Windows.PropertyMetadata
return System.Windows.DependencyPropertyKey
        public static DependencyPropertyKey RegisterAttachedReadOnly(string name, Type propertyType, Type ownerType,
									     PropertyMetadata defaultMetadata)
        {
            throw new NotImplementedException("RegisterAttachedReadOnly(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata)");
        }

Same methods

DependencyProperty::RegisterAttachedReadOnly ( string name, Type propertyType, Type ownerType, System.Windows.PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback ) : System.Windows.DependencyPropertyKey