PostSharpAPI ReferencePost­Sharp.​Patterns.​XamlAttached<T>
Open sandboxFocus

Attached<T> Class

Type of properties that are turned into XAML attached properties by the AttachedPropertyAttribute aspect.

Inheritance
Attached<T>
Namespace: PostSharp.Patterns.Xaml
Assembly: PostSharp.Patterns.Xaml.dll
Syntax
public sealed class Attached<T> : Object
Type Parameters
Name Description
T

The type of the underlying attached property.

Properties

Name Description
Item[DependencyObject]

Gets or sets the value of the current attached property for a given object (see GetValue(DependencyProperty) and SetValue(DependencyProperty, Object)).

RuntimeProperty

Gets DependencyProperty registered in runtime.

Methods

Name Description
GetValue(DependencyObject)

Gets or the value of the current attached property for a given object.

SetCurrentValue(DependencyObject, T)

Synonym of SetValue(DependencyObject, T). Use that method instead.

SetValue(DependencyObject, T)

Sets the value of this attached property for a given object without changing its value source (see SetCurrentValue(DependencyProperty, Object)).