C# 클래스 WPFLocalizeExtension.Engine.ParentNotifiers

A memory safe dictionary storage for ParentChangedNotifier instances.
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension

공개 메소드들

메소드 설명
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