Open sandboxFocus

Class DependencyPropertyExtensions

Inheritance
DependencyPropertyExtensions
Namespace: Metalama.Patterns.Wpf.Configuration
Assembly: Metalama.Patterns.Wpf.dll
Syntax
[CompileTime]
public static class DependencyPropertyExtensions

Methods

Name Description
ConfigureDependencyProperty(IAspectReceiver<ICompilation>, Action<DependencyPropertyOptionsBuilder>)

Configures DependencyPropertyAttribute for the current project.

ConfigureDependencyProperty(IAspectReceiver<INamedType>, Action<DependencyPropertyOptionsBuilder>)

Configures DependencyPropertyAttribute for the current type.

ConfigureDependencyProperty(IAspectReceiver<INamespace>, Action<DependencyPropertyOptionsBuilder>)

Configures DependencyPropertyAttribute for the current namespace.

ConfigureDependencyProperty(IAspectReceiver<IProperty>, Action<DependencyPropertyOptionsBuilder>)

Configures DependencyPropertyAttribute for the current property.