C# Class WPFLocalizeExtension.Engine.ParentNotifiers

A memory safe dictionary storage for ParentChangedNotifier instances.
Afficher le fichier Open project: SeriousM/WPFLocalizationExtension

Méthodes publiques

Méthode Description
Add ( DependencyObject target, ParentChangedNotifier parentChangedNotifier ) : void

Adds the key-value-pair.

ContainsKey ( DependencyObject target ) : bool

Check, if it contains the key.

Remove ( DependencyObject target ) : void

Removes the entry.

Method Details

Add() public méthode

Adds the key-value-pair.
public Add ( DependencyObject target, ParentChangedNotifier parentChangedNotifier ) : void
target System.Windows.DependencyObject The target key object.
parentChangedNotifier XAMLMarkupExtensions.Base.ParentChangedNotifier The notifier.
Résultat void

ContainsKey() public méthode

Check, if it contains the key.
public ContainsKey ( DependencyObject target ) : bool
target System.Windows.DependencyObject The target object.
Résultat bool

Remove() public méthode

Removes the entry.
public Remove ( DependencyObject target ) : void
target System.Windows.DependencyObject The target object.
Résultat void