2 references to IEMainRegPath
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (1)
131key = Registry.CurrentUser.OpenSubKey(IEMainRegPath);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkUtilitiesTests.cs (1)
15RegistryKey? key = Registry.CurrentUser.OpenSubKey(LinkUtilities.IEMainRegPath);