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