C# Class WPFLocalizeExtension.Engine.LocProxy

A proxy class to localize object strings.
Inheritance: System.Windows.FrameworkElement
ファイルを表示 Open project: SeriousM/WPFLocalizationExtension

Public Properties

Property Type Description
PrefixProperty System.Windows.DependencyProperty
PrependTypeProperty System.Windows.DependencyProperty
ResultProperty System.Windows.DependencyPropertyKey
SeparatorProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
PropertiesChanged void

Public Methods

Method Description
LocProxy ( ) : System

Creates a new enum localizer.

Private Methods

Method Description
PropertiesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

A notification handler for the LocProxy.SourceProperty.

Method Details

LocProxy() public method

Creates a new enum localizer.
public LocProxy ( ) : System
return System

Property Details

PrefixProperty public_oe static_oe property

The Prefix.
public static DependencyProperty,System.Windows PrefixProperty
return System.Windows.DependencyProperty

PrependTypeProperty public_oe static_oe property

This flag determines, if the type should be added using the given separator.
public static DependencyProperty,System.Windows PrependTypeProperty
return System.Windows.DependencyProperty

ResultProperty public_oe static_oe property

The result.
public static DependencyPropertyKey,System.Windows ResultProperty
return System.Windows.DependencyPropertyKey

SeparatorProperty public_oe static_oe property

The Separator.
public static DependencyProperty,System.Windows SeparatorProperty
return System.Windows.DependencyProperty

SourceProperty public_oe static_oe property

The source.
public static DependencyProperty,System.Windows SourceProperty
return System.Windows.DependencyProperty