3 references to SubKeyCount
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ComImporter.cs (1)
153
if (key.
SubKeyCount
> 0)
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (2)
288
if (key.
SubKeyCount
> 0)
760
int subkeys =
SubKeyCount
;