C# Class WPFLocalizeExtension.Engine.LocProxy

A proxy class to localize object strings.
Inheritance: System.Windows.FrameworkElement
Show file 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 static property

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

PrependTypeProperty public static 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 static property

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

SeparatorProperty public static property

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

SourceProperty public static property

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