Namespace: Metalama.Patterns.Wpf.Configuration
Assembly: Metalama.Patterns.Wpf.dll
Syntax
[CompileTime]
public static class DependencyPropertyExtensions
Methods
Name | Description |
---|---|
ConfigureDependencyProperty(IQuery<ICompilation>, Action<DependencyPropertyOptionsBuilder>) | Configures DependencyPropertyAttribute for the current project. |
ConfigureDependencyProperty(IQuery<INamedType>, Action<DependencyPropertyOptionsBuilder>) | Configures DependencyPropertyAttribute for the current type. |
ConfigureDependencyProperty(IQuery<INamespace>, Action<DependencyPropertyOptionsBuilder>) | Configures DependencyPropertyAttribute for the current namespace. |
ConfigureDependencyProperty(IQuery<IProperty>, Action<DependencyPropertyOptionsBuilder>) | Configures DependencyPropertyAttribute for the current property. |