Implemented interface member:
property
Entry
System.Collections.IDictionaryEnumerator.Entry
4 references to Entry
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
61deferredResources.Add(enumerator.Entry);
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (3)
72return (BamlLocalizableResourceKey) Entry.Key; 82return (BamlLocalizableResource) Entry.Value; 93return this.Entry;