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