C# Класс WPFLocalizeExtension.Engine.ParentNotifiers

A memory safe dictionary storage for ParentChangedNotifier instances.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

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.
Результат void

ContainsKey() публичный Метод

Check, if it contains the key.
public ContainsKey ( DependencyObject target ) : bool
target System.Windows.DependencyObject The target object.
Результат bool

Remove() публичный Метод

Removes the entry.
public Remove ( DependencyObject target ) : void
target System.Windows.DependencyObject The target object.
Результат void