Show / Hide Table of Contents

Class DependencyPropertyPipe

Pushes read-only properties to the bound target.

Inheritance
object
DispatcherObject
DependencyObject
Freezable
Pipe
DependencyPropertyPipe
Pipe.AssociatedObject
Pipe.AssociatedObjectProperty
Pipe.OnAttached()
Freezable.Clone()
Freezable.CloneCore(Freezable)
Freezable.CloneCurrentValue()
Freezable.CloneCurrentValueCore(Freezable)
Freezable.CreateInstance()
Freezable.Freeze()
Freezable.Freeze(Freezable, bool)
Freezable.FreezeCore(bool)
Freezable.GetAsFrozen()
Freezable.GetAsFrozenCore(Freezable)
Freezable.GetCurrentValueAsFrozen()
Freezable.GetCurrentValueAsFrozenCore(Freezable)
Freezable.OnChanged()
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject)
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)
Freezable.OnPropertyChanged(DependencyPropertyChangedEventArgs)
Freezable.ReadPreamble()
Freezable.WritePostscript()
Freezable.WritePreamble()
Freezable.CanFreeze
Freezable.IsFrozen
Freezable.Changed
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetLocalValueEnumerator()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.InvalidateProperty(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyPropertyKey, object)
DependencyObject.ShouldSerializeProperty(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DispatcherObject.Dispatcher
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class DependencyPropertyPipe : Pipe

Fields

View Source

SourceProperty

Defines the dependency property of the Source property.

Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Type Description
DependencyProperty
View Source

TargetProperty

Defines the dependency property of the Target property.

Declaration
public static readonly DependencyProperty TargetProperty
Field Value
Type Description
DependencyProperty

Properties

View Source

Source

Gets or sets the source.

Declaration
public object Source { get; set; }
Property Value
Type Description
object
View Source

Target

gets, sets the property that should be bound to the source property

Declaration
public object Target { get; set; }
Property Value
Type Description
object

Methods

View Source

CreateInstanceCore()

creates an instance of the DataPipe

Declaration
protected override Freezable CreateInstanceCore()
Returns
Type Description
Freezable
Overrides
Freezable.CreateInstanceCore()
View Source

OnLoaded()

Called when the associated object is loaded.

Declaration
protected override void OnLoaded()
Overrides
Pipe.OnLoaded()

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
DependencyObjectExtensions.XamlClone<T>(T)
DependencyObjectExtensions.FindAncestor<T>(DependencyObject)
DependencyObjectExtensions.FindFirstChildByType<T>(DependencyObject)
DependencyObjectExtensions.FindLogicalAncestor<T>(DependencyObject)
DependencyObjectExtensions.GetChildrenByType<T>(DependencyObject)
DependencyObjectExtensions.GetContainer(DependencyObject)
DependencyObjectExtensions.SetContainer(DependencyObject, CompositionContainer)
  • View Source
Back to top Generated by DocFX