3 writes to _sKeyId
System.Speech (3)
Internal\ObjectToken\RegistryDataKey.cs (3)
30
_sKeyId
= fullPath;
41
this.
_sKeyId
= fullPath;
48
this.
_sKeyId
= fullPath;
7 references to _sKeyId
System.Speech (7)
Internal\ObjectToken\ObjectTokenCategory.cs (1)
58
category.SetId(
_sKeyId
, false);
Internal\ObjectToken\RegistryDataKey.cs (5)
292
return
_sKeyId
;
303
int iPosSlash =
_sKeyId
.LastIndexOf('\\');
304
return
_sKeyId
.Substring(iPosSlash + 1);
368
return new RegistryDataKey(
_sKeyId
+ @"\" + keyName, sapiSubKey, true);
388
return new RegistryDataKey(
_sKeyId
+ @"\" + keyName, sapiSubKey, true);
Synthesis\VoiceInfo.cs (1)
41
_registryKeyPath = token.
_sKeyId
;