Click or drag to resize

BindingProxy Class

Helpers to bind data for an element that is outside the visual tree. Taken from: http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        RAYLASE.Marker.Common.GUIBindingProxy

Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class BindingProxy : Freezable

The BindingProxy type exposes the following members.

Constructors
 NameDescription
Public methodBindingProxyInitializes a new instance of the BindingProxy class
Top
Properties
 NameDescription
Public propertyData 
Top
Methods
 NameDescription
Protected methodCreateInstanceCore
(Overrides FreezableCreateInstanceCore)
Top
Fields
 NameDescription
Public fieldStatic memberDataProperty 
Top
See Also