2 references to CreateKey
System.Speech (2)
Internal\ObjectToken\RegistryDataKey.cs (2)
110
RegistryDataKey? nextKey = createIfNotExist ? baseKey.
CreateKey
(nextKeyPath) : baseKey.OpenKey(nextKeyPath);
417
yield return this.
CreateKey
(childKeyName);