2 references to InstalledWindowsFontsRegistryKey
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (2)
199
using (RegistryKey fontsKey = Registry.LocalMachine.OpenSubKey(
InstalledWindowsFontsRegistryKey
))
347
private const string InstalledWindowsFontsRegistryKeyFullPath = @"HKEY_LOCAL_MACHINE\" +
InstalledWindowsFontsRegistryKey
;