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