C# Class WPFLocalizeExtension.Engine.LocProxy

A proxy class to localize object strings.
Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: SeriousM/WPFLocalizationExtension

Méthodes publiques

Свойство Type Description
PrefixProperty System.Windows.DependencyProperty
PrependTypeProperty System.Windows.DependencyProperty
ResultProperty System.Windows.DependencyPropertyKey
SeparatorProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
PropertiesChanged void

Méthodes publiques

Méthode Description
LocProxy ( ) : System

Creates a new enum localizer.

Private Methods

Méthode Description
PropertiesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

A notification handler for the LocProxy.SourceProperty.

Method Details

LocProxy() public méthode

Creates a new enum localizer.
public LocProxy ( ) : System
Résultat System

Property Details

PrefixProperty public_oe static_oe property

The Prefix.
public static DependencyProperty,System.Windows PrefixProperty
Résultat 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
Résultat System.Windows.DependencyProperty

ResultProperty public_oe static_oe property

The result.
public static DependencyPropertyKey,System.Windows ResultProperty
Résultat System.Windows.DependencyPropertyKey

SeparatorProperty public_oe static_oe property

The Separator.
public static DependencyProperty,System.Windows SeparatorProperty
Résultat System.Windows.DependencyProperty

SourceProperty public_oe static_oe property

The source.
public static DependencyProperty,System.Windows SourceProperty
Résultat System.Windows.DependencyProperty