C# Class ICSharpCode.WpfDesign.XamlDom.XamlDependencyPropertyInfo

Inheritance: XamlPropertyInfo
Show file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void
XamlDependencyPropertyInfo ( DependencyProperty property, bool isAttached, object>.Func attachedGetter = null ) : System

Method Details

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object

ResetValue() public method

public ResetValue ( object instance ) : void
instance object
return void

SetValue() public method

public SetValue ( object instance, object value ) : void
instance object
value object
return void

XamlDependencyPropertyInfo() public method

public XamlDependencyPropertyInfo ( DependencyProperty property, bool isAttached, object>.Func attachedGetter = null ) : System
property System.Windows.DependencyProperty
isAttached bool
attachedGetter object>.Func
return System