In Windows Presentation Foundation (WPF), attached properties are a specialized form of dependency property that does not have the conventional property "wrapper".
I have created an attached property to extend a Button class with additional state: <Button v:ExtensionHelper.OperationMode="{Binding …
wpf data-binding controltemplate datatrigger attached-properties