C# Class VSTalk.Engine.Utils.ResourceLoader

ファイルを表示 Open project: Irdis/VSTalk

Public Properties

Property Type Description
EnabledProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
EnabledChangedCallback void

Public Methods

Method Description
GetEnabled ( DependencyObject obj ) : bool
SetEnabled ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
EnabledChangedCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

GetEnabled() public static method

public static GetEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetEnabled() public static method

public static SetEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

EnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows EnabledProperty
return System.Windows.DependencyProperty