2 references to OpenKey
System.Speech (2)
Internal\ObjectToken\ObjectToken.cs (1)
113
return _attributes ??=
OpenKey
("Attributes")!;
Internal\ObjectToken\RegistryDataKey.cs (1)
110
RegistryDataKey? nextKey = createIfNotExist ? baseKey.CreateKey(nextKeyPath) : baseKey.
OpenKey
(nextKeyPath);